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

alsaUtils: 1.1.9 -> 1.2.1
This commit is contained in:
Robin Gloster 2019-11-27 18:20:57 +01:00 committed by GitHub
commit 665958073a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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