Skip to content

Commit 4144358

Browse files
committed
libsidplayfp: 2.14.0 -> 2.15.0
1 parent 49ccac5 commit 4144358

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/li/libsidplayfp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "libsidplayfp";
22-
version = "2.14.0";
22+
version = "2.15.0";
2323

2424
src = fetchFromGitHub {
2525
owner = "libsidplayfp";
2626
repo = "libsidplayfp";
2727
rev = "v${finalAttrs.version}";
2828
fetchSubmodules = true;
29-
hash = "sha256-q1cUv4gpzL3wfssP7pWtDfDzFO47+kzpGy4GYLzEM50=";
29+
hash = "sha256-rK7Il8WE4AJbn7GKn21fXr1o+DDdyOjfJ0saeqcZ5Pg=";
3030
};
3131

3232
outputs = [ "out" ] ++ lib.optionals docSupport [ "doc" ];

0 commit comments

Comments
 (0)