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

libsidplayfp: 2.6.0 -> 2.7.0
This commit is contained in:
Cosima Neidahl 2024-04-04 13:09:08 +02:00 committed by GitHub
commit c0c2c521bc
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.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "libsidplayfp";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-6Gbujz20EHQ7s9GaPpEPju+WqePjpduJqb5hcrswTm8=";
hash = "sha256-f0c9rZ5QA4A7zKdXz6ImyPU0TnYi41cmjoqDqF9zYdA=";
};
outputs = [