sidplayfp: 2.16.0 -> 2.16.1

This commit is contained in:
R. Ryantm
2026-02-17 23:30:19 +00:00
parent 65a6a3bc52
commit a8f7e2bbc4
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sidplayfp";
version = "2.16.0";
version = "2.16.1";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
tag = "v${finalAttrs.version}";
hash = "sha256-IZFF3ft04+wweknX2iQ+pyuqkogxcVB1aUYiOWLSAVU=";
hash = "sha256-W9RuAUlnMMG/ihUxM5wvFDJz0x+6Syk+8ux+dx0Bnw8=";
};
strictDeps = true;