Skip to content

Commit

Permalink
sidplayfp: 2.4.0 -> 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Mar 20, 2023
1 parent 3790924 commit a92ddfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/sidplayfp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "sidplayfp";
version = "2.4.0";
version = "2.4.1";

src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
rev = "v${version}";
sha256 = "sha256-7a09ec/Ap6XCnmQekLnXbH9kPP3io4+A72dVSfp3krs=";
sha256 = "sha256-15KG+LkPkCLFsnWHUAQpQbqol/izAn/HRinszVRB5Ao=";
};

nativeBuildInputs = [ autoreconfHook perl pkg-config ];
Expand Down

0 comments on commit a92ddfb

Please sign in to comment.