libsidplayfp: 2.14.0 -> 2.15.0 (#422672)

This commit is contained in:
Cosima Neidahl
2025-07-08 15:50:16 +02:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libsidplayfp";
version = "2.14.0";
version = "2.15.0";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "libsidplayfp";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-q1cUv4gpzL3wfssP7pWtDfDzFO47+kzpGy4GYLzEM50=";
hash = "sha256-rK7Il8WE4AJbn7GKn21fXr1o+DDdyOjfJ0saeqcZ5Pg=";
};
outputs = [ "out" ] ++ lib.optionals docSupport [ "doc" ];