alsaOss: 1.1.6 -> 1.1.8 (#58619)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alsa-oss/versions
This commit is contained in:
R. RyanTM 2019-04-07 07:02:59 -07:00 committed by xeji
parent 797abc8c72
commit f4465cc7eb

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, alsaLib, gettext, ncurses, libsamplerate}:
stdenv.mkDerivation rec {
name = "alsa-oss-1.1.6";
name = "alsa-oss-1.1.8";
src = fetchurl {
url = "mirror://alsa/oss-lib/${name}.tar.bz2";
sha256 = "1sj512wyci5qv8cisps96xngh7y9r5mv18ybqnazy18zwr1zgly3";
sha256 = "13nn6n6wpr2sj1hyqx4r9nb9bwxnhnzw8r2f08p8v13yjbswxbb4";
};
buildInputs = [ alsaLib ncurses libsamplerate ];