sidplayfp: 2.12.0 -> 2.13.0

This commit is contained in:
R. Ryantm
2025-04-28 07:33:17 +00:00
parent 917ee0af83
commit 4e3e0a6e05
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sidplayfp";
version = "2.12.0";
version = "2.13.0";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
rev = "v${finalAttrs.version}";
hash = "sha256-78NlRBZ2GlZWhnZiefNIgRNv6bnJaHH94WsxEhP9rAk=";
hash = "sha256-cVz49cJI9ZXS20T45WCrLVGbLMU3ZSbsKe3OolyzQDs=";
};
strictDeps = true;