mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
zxtune: 5081 -> 5090 (#383506)
This commit is contained in:
commit
bb8f12841b
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ let
|
|||
++ lib.optional withQt (if (supportWayland) then qt5.qtwayland else qt5.qtbase);
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "zxtune";
|
||||
version = "5081";
|
||||
version = "5090";
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
|
@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "zxtune";
|
||||
repo = "zxtune";
|
||||
rev = "r${version}";
|
||||
hash = "sha256-gim73TF+zBnyxq2qu4uJnr0bCBfWlyYT/75UaZnij8c=";
|
||||
hash = "sha256-2k1I3wGnUSMgwzxXY3SKhS8nBtrFU8zH9VaFwdWYgOU=";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue