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

libsidplayfp: 2.2.2 -> 2.3.0
This commit is contained in:
Ryan Mulligan 2021-10-27 07:28:34 -07:00 committed by GitHub
commit 5001435332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''