alsa-topology-conf: 1.2.4 -> 1.2.5 (#125227)

This commit is contained in:
R. RyanTM 2021-06-09 16:06:35 -07:00 committed by GitHub
parent cf8441dd85
commit 1f7b3df18f
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.4";
version = "1.2.5";
src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "01zdg6q4s6d01k39z96wi4vbhrfw1i2g4yi5dijwfk6a5vjfdq2m";
sha256 = "sha256-i/qDBspj4dDL6AvphGYCc7kb1bfdCACmxapx3YyNd1w=";
};
dontBuild = true;