zxtune: 5075 -> 5080

This commit is contained in:
R. Ryantm
2024-12-10 18:41:55 +00:00
parent 9ad61cfc19
commit 2a3a649f31
+2 -2
View File
@@ -43,7 +43,7 @@ let
++ lib.optional withQt (if (supportWayland) then qt5.qtwayland else qt5.qtbase);
in stdenv.mkDerivation rec {
pname = "zxtune";
version = "5075";
version = "5080";
outputs = [ "out" ];
@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
owner = "zxtune";
repo = "zxtune";
rev = "r${version}";
hash = "sha256-EhzkNrUU/GEYyLZE5TUIMVaALfqZ3n/0khoZV47GV88=";
hash = "sha256-It+CTDuh6Bxbac4KqFc7MmOXpkEhqSyiPs81Z3T1wyc=";
};
passthru.updateScript = nix-update-script {