sidplayfp: 2.6.2 -> 2.7.0

This commit is contained in:
R. Ryantm 2024-03-30 16:56:01 +00:00
parent b488f65e71
commit 2c60e3b2dd

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;