We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ccac5 commit 4144358Copy full SHA for 4144358
1 file changed
pkgs/by-name/li/libsidplayfp/package.nix
@@ -19,14 +19,14 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "libsidplayfp";
22
- version = "2.14.0";
+ version = "2.15.0";
23
24
src = fetchFromGitHub {
25
owner = "libsidplayfp";
26
repo = "libsidplayfp";
27
rev = "v${finalAttrs.version}";
28
fetchSubmodules = true;
29
- hash = "sha256-q1cUv4gpzL3wfssP7pWtDfDzFO47+kzpGy4GYLzEM50=";
+ hash = "sha256-rK7Il8WE4AJbn7GKn21fXr1o+DDdyOjfJ0saeqcZ5Pg=";
30
};
31
32
outputs = [ "out" ] ++ lib.optionals docSupport [ "doc" ];
0 commit comments