mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
zxtune: 5072 -> 5075
This commit is contained in:
parent
b618b95449
commit
79698c98e6
@ -43,7 +43,7 @@ let
|
||||
++ lib.optional withQt (if (supportWayland) then qt5.qtwayland else qt5.qtbase);
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "zxtune";
|
||||
version = "5072";
|
||||
version = "5075";
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
|
||||
owner = "zxtune";
|
||||
repo = "zxtune";
|
||||
rev = "r${version}";
|
||||
hash = "sha256-cbSz5fi2HYE7ScYFhopXcp9Ct4dMFughF2TKkY1K4uQ=";
|
||||
hash = "sha256-EhzkNrUU/GEYyLZE5TUIMVaALfqZ3n/0khoZV47GV88=";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
|
Loading…
Reference in New Issue
Block a user