zxtune: 5056 -> 5060
This commit is contained in:
parent
1d67e14da5
commit
c6e3a09efa
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ let
|
||||||
++ lib.optional withQt (if (supportWayland) then qt5.qtwayland else qt5.qtbase);
|
++ lib.optional withQt (if (supportWayland) then qt5.qtwayland else qt5.qtbase);
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "zxtune";
|
pname = "zxtune";
|
||||||
version = "5056";
|
version = "5060";
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
|
||||||
owner = "zxtune";
|
owner = "zxtune";
|
||||||
repo = "zxtune";
|
repo = "zxtune";
|
||||||
rev = "r${version}";
|
rev = "r${version}";
|
||||||
hash = "sha256-zvLbgS8AFW4kkvTccGXcr1KEw3EH47XcHwzq6CKzusQ=";
|
hash = "sha256-mfObtcpBk9sltPckwjY/e5NwEILaxiPy/mbvmyQHeCo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script {
|
passthru.updateScript = nix-update-script {
|
||||||
|
|
Loading…
Reference in a new issue