deadbeef: 1.9.5 -> 1.9.6

This commit is contained in:
R. Ryantm
2023-11-08 06:21:12 +00:00
parent 17012aa0d2
commit 5084d57230
+2 -2
View File
@@ -41,7 +41,7 @@ assert gtk2Support || gtk3Support;
let
inherit (lib) optionals;
version = "1.9.5";
version = "1.9.6";
in clangStdenv.mkDerivation {
pname = "deadbeef";
inherit version;
@@ -51,7 +51,7 @@ in clangStdenv.mkDerivation {
repo = "deadbeef";
fetchSubmodules = true;
rev = version;
hash = "sha256-dSSIaJxHYUVOmuJN2t5UZSC3ZP5732/qVXSZAuWYr0Q=";
hash = "sha256-Q6hL4fOFPHn26ZqvrebgTMTgQZrhbXCEhM4ZFzNeyJE=";
};
buildInputs = [