3
0
Fork 0
forked from mirrors/nixpkgs

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

sidplayfp: 2.2.0 -> 2.2.1
This commit is contained in:
Ryan Mulligan 2021-08-19 09:01:03 -07:00 committed by GitHub
commit a6471422ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "sidplayfp";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
rev = "v${version}";
sha256 = "sha256-hN7225lhuYyo4wPDiiEc9FaPg90pZ13mLw93V8tb/P0=";
sha256 = "sha256-IlPZmZpWxMaArkRnqu6JCGxiHU7JczRxiySqzAopfxc=";
};
nativeBuildInputs = [ autoreconfHook perl pkg-config ];