Merge pull request #154038 from devhell/bump-alsa-ucm-conf

alsa-ucm-conf: 1.2.5.1 -> 1.2.6.3
This commit is contained in:
Anderson Torres 2022-01-09 14:32:53 -03:00 committed by GitHub
commit f97bdd35ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "alsa-ucm-conf-${version}";
version = "1.2.5.1";
pname = "alsa-ucm-conf";
version = "1.2.6.3";
src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "sha256-WEGkRBZty/R523UTA9vDVW9oUIWsfgDwyed1VnYZXZc=";
url = "mirror://alsa/lib/${pname}-${version}.tar.bz2";
sha256 = "sha256-uKA6o4emJKL2XtwgG/d3QhGQtgUpqSCHZGgjr72Wxc0=";
};
dontBuild = true;