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: {
pname = "sidplayfp";
version = "2.6.2";
version = "2.7.0";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
rev = "v${finalAttrs.version}";
hash = "sha256-bAd4fq5tlBYfYuIG/02MCbEwjjVBZFJbZJNT13voInw=";
hash = "sha256-bIX9BByUdScbS0NCrUjF5PTHG9T6hrPGjD5XM0eQgfA=";
};
strictDeps = true;