Skip to content

Commit bc57f6d

Browse files
committed
sndio: 1.6.0 -> 1.7.0
Updates sndio to the latest version.
1 parent f29a7c6 commit bc57f6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/misc/sndio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "sndio";
5-
version = "1.6.0";
5+
version = "1.7.0";
66
enableParallelBuilding = true;
77
buildInputs = stdenv.lib.optionals stdenv.isLinux [ alsaLib ];
88

99
src = fetchurl {
1010
url = "http://www.sndio.org/sndio-${version}.tar.gz";
11-
sha256 = "1havdx3q4mipgddmd2bnygr1yh6y64567m1yqwjapkhsq550dq4r";
11+
sha256 = "0ljmac0lnjn61admgbcwjfcr5fwccrsblx9rj9bys8wlhz8f796x";
1212
};
1313

1414
postFixup = stdenv.lib.optionalString stdenv.isDarwin ''

0 commit comments

Comments
 (0)