Merge pull request #300274 from r-ryantm/auto-update/sidplayfp

sidplayfp: 2.6.2 -> 2.7.0
This commit is contained in:
Cosima Neidahl 2024-04-04 13:15:46 +02:00 committed by GitHub
commit fb2f56dc8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "sidplayfp"; pname = "sidplayfp";
version = "2.6.2"; version = "2.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libsidplayfp"; owner = "libsidplayfp";
repo = "sidplayfp"; repo = "sidplayfp";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-bAd4fq5tlBYfYuIG/02MCbEwjjVBZFJbZJNT13voInw="; hash = "sha256-bIX9BByUdScbS0NCrUjF5PTHG9T6hrPGjD5XM0eQgfA=";
}; };
strictDeps = true; strictDeps = true;