sidplayfp: 2.16.1 -> 2.16.2

This commit is contained in:
OPNA2608
2026-02-25 00:06:29 +01:00
parent d6933c9de3
commit ba05b5bc4c
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sidplayfp";
version = "2.16.1";
version = "2.16.2";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
tag = "v${finalAttrs.version}";
hash = "sha256-W9RuAUlnMMG/ihUxM5wvFDJz0x+6Syk+8ux+dx0Bnw8=";
hash = "sha256-zvV1BIKkJF/UAZnSgHFqNSiioUH5iB8I7SDqnWQnGj0=";
};
strictDeps = true;