Merge pull request #320198 from r-ryantm/auto-update/libsidplayfp

libsidplayfp: 2.7.1 -> 2.8.0
This commit is contained in:
Cosima Neidahl 2024-06-16 22:33:25 +02:00 committed by GitHub
commit df9039e76e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libsidplayfp";
version = "2.7.1";
version = "2.8.0";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "libsidplayfp";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-NYdV70YEepjGMmeTALTQvlRvK3R7JjA4VJYYjOwO4AA=";
hash = "sha256-qZharhEZ16q3Vd2PwVsKQaP/b6bT/okwEPKKwvRl5D8=";
};
outputs = [