about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-05-18 01:06:59 +0800
committerGitHub <noreply@github.com>2024-05-18 01:06:59 +0800
commit7d01bee3435dde7e915af408453b15454dd097fa (patch)
tree6c5bc5908a402863fb5f8179df4fba2e77168cfb
parent4812b7f9e7c036b8f924dae5177686bc4c939daa (diff)
parentda9ba9a213f0b999c9b7b8257a9399cc018aec00 (diff)
Merge pull request #310760 from r-ryantm/auto-update/zxtune
zxtune: 5060 -> 5061
-rw-r--r--pkgs/by-name/zx/zxtune/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/zx/zxtune/package.nix b/pkgs/by-name/zx/zxtune/package.nix
index 7cf8e5043e88d..e406afbb681bd 100644
--- a/pkgs/by-name/zx/zxtune/package.nix
+++ b/pkgs/by-name/zx/zxtune/package.nix
@@ -41,7 +41,7 @@ let
     ++ lib.optional withQt (if (supportWayland) then qt5.qtwayland else qt5.qtbase);
 in stdenv.mkDerivation rec {
   pname = "zxtune";
-  version = "5060";
+  version = "5061";
 
   outputs = [ "out" ];
 
@@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
     owner = "zxtune";
     repo = "zxtune";
     rev = "r${version}";
-    hash = "sha256-mfObtcpBk9sltPckwjY/e5NwEILaxiPy/mbvmyQHeCo=";
+    hash = "sha256-KhGxVq0dDvsAMdnr/MRiVbw6mhl/3Vv7D+NSb+fDhgk=";
   };
 
   passthru.updateScript = nix-update-script {