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 f29a7c6 commit bc57f6dCopy full SHA for bc57f6d
1 file changed
pkgs/misc/sndio/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "sndio";
5
- version = "1.6.0";
+ version = "1.7.0";
6
enableParallelBuilding = true;
7
buildInputs = stdenv.lib.optionals stdenv.isLinux [ alsaLib ];
8
9
src = fetchurl {
10
url = "http://www.sndio.org/sndio-${version}.tar.gz";
11
- sha256 = "1havdx3q4mipgddmd2bnygr1yh6y64567m1yqwjapkhsq550dq4r";
+ sha256 = "0ljmac0lnjn61admgbcwjfcr5fwccrsblx9rj9bys8wlhz8f796x";
12
};
13
14
postFixup = stdenv.lib.optionalString stdenv.isDarwin ''
0 commit comments