Merge pull request #61270 from r-ryantm/auto-update/alsa-utils

alsaUtils: 1.1.8 -> 1.1.9
This commit is contained in:
Robin Gloster 2019-05-18 09:06:46 +00:00 committed by GitHub
commit 383fb2dcfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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