alsa-ucm-conf: 1.2.5.1 -> 1.2.6.3

This commit is contained in:
devhell 2022-01-08 19:20:58 +00:00
parent 048fd95f10
commit 2af27e443f

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;