zmusic: 1.1.11 -> 1.1.12
This commit is contained in:
parent
5c95114a2f
commit
8b5b0ca9ff
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zmusic";
|
pname = "zmusic";
|
||||||
version = "1.1.11";
|
version = "1.1.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ZDoom";
|
owner = "ZDoom";
|
||||||
repo = "ZMusic";
|
repo = "ZMusic";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-QvP8ranwBs8VupBie4vrHdm517OOpCuV3Rbjeb/L9PY=";
|
hash = "sha256-waxgn4Dg8One2Hv7J2efMoYo5mmaMSMiPQSNq57kbvE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Reference in a new issue