Merge pull request #101280 from r-ryantm/auto-update/alsa-topology-conf

alsa-topology-conf: 1.2.3 -> 1.2.4
This commit is contained in:
Mario Rodas 2020-11-02 18:24:09 -05:00 committed by GitHub
commit 5fa1a7f27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "alsa-topology-conf-${version}";
version = "1.2.3";
version = "1.2.4";
src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "1zwxc9zhfcmyffjjbibzpdvf4kx7wv9g2zl6xz7y0d6srfr9jgw3";
sha256 = "01zdg6q4s6d01k39z96wi4vbhrfw1i2g4yi5dijwfk6a5vjfdq2m";
};
dontBuild = true;