libsidplayfp: 2.2.2 -> 2.3.0

This commit is contained in:
R. Ryantm 2021-10-27 10:19:05 +00:00
parent 22a500a3f8
commit 28de4f69f9

@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "libsidplayfp";
version = "2.2.2";
version = "2.3.0";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "libsidplayfp";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-RiglS0aqLRDOfwxhVE95NaKpRy94xfeul18o3NB5L3I=";
sha256 = "sha256-NtT6NaNs43gp8sgPNkRj85PBbpaG7hdUctDF564nZIk=";
};
postPatch = ''