mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
mpvScripts.uosc: 5.9.2 -> 5.10.0
This commit is contained in:
parent
3603bcb66c
commit
01431ac92d
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
buildLua (finalAttrs: {
|
buildLua (finalAttrs: {
|
||||||
pname = "uosc";
|
pname = "uosc";
|
||||||
version = "5.9.2";
|
version = "5.10.0";
|
||||||
scriptPath = "src/uosc";
|
scriptPath = "src/uosc";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tomasklaen";
|
owner = "tomasklaen";
|
||||||
repo = "uosc";
|
repo = "uosc";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-tBSMLzwiKAXdbvyI80ihl0x/ZcDrNd4e7r1g7+CrLgQ=";
|
hash = "sha256-Jj88PkP7hpyUOHsz0w0TOTTdJoQ/ShgJfHg//GUuUvM=";
|
||||||
};
|
};
|
||||||
passthru.updateScript = gitUpdater { };
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue