alsaUtils: 1.1.7 -> 1.1.8

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-utils/versions
This commit is contained in:
R. RyanTM 2019-01-17 19:52:35 -08:00
parent bfd31e29c8
commit 0e1a60bef4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "alsa-utils-${version}";
version = "1.1.7";
version = "1.1.8";
src = fetchurl {
url = "mirror://alsa/utils/${name}.tar.bz2";
sha256 = "02jlw6a22j2rr7inggfgk2hzx3w0fjhvhs0dn1afpzdp9aspzchx";
sha256 = "1kx45yhrxai3k595yyqs4wj0p2n5b0c9mf0k36ljjf1bj8lgb6zx";
};
patchPhase = ''