deadbeef: 1.10.2 -> 1.10.3 (#530718)

This commit is contained in:
Yohann Boniface
2026-06-17 22:30:46 +00:00
committed by GitHub
+2 -2
View File
@@ -65,14 +65,14 @@ let
in
clangStdenv.mkDerivation (finalAttrs: {
pname = "deadbeef";
version = "1.10.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = "DeaDBeeF-Player";
repo = "deadbeef";
fetchSubmodules = true;
tag = finalAttrs.version;
hash = "sha256-9naokzS2PxnyeO8AnqwLOsrYf/8I6Ah3oesUy2f22vs=";
hash = "sha256-SAp6XAE3fKTR27xYrdkNHneYDGJW1+XJdX6eBI9+EY0=";
};
buildInputs = [