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

sidplayfp: 2.5.1 -> 2.6.0
This commit is contained in:
Nick Cao
2024-01-05 12:20:39 -05:00
committed by GitHub
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sidplayfp";
version = "2.5.1";
version = "2.6.0";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
rev = "v${finalAttrs.version}";
hash = "sha256-oV7ZPWgMEsNlsF2OoOvf7Ah5ZLcVkIDyC+PrPIJGyzQ=";
hash = "sha256-4SiIfJ/5l/Vf/trt6+XNJbnPvUypZ2yPBCagTcBXrvk=";
};
strictDeps = true;