libsidplayfp: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm 2022-11-22 00:09:14 +00:00 committed by Bobby Rong
parent 402a7d1791
commit cc53a6e072

View File

@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "libsidplayfp";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "libsidplayfp";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-o9VPOX50QTp3gVNv2MEizrm4WxW6mOBi8eiuyoe2XZQ=";
sha256 = "sha256-stfpyJC1AVmDh1Nk5c5Lv0j6ic2AU6mwY02L/IDr8tE=";
};
postPatch = ''