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:
commit
f97bdd35ef
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ lib, stdenv, fetchurl }:
|
{ lib, stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "alsa-ucm-conf-${version}";
|
pname = "alsa-ucm-conf";
|
||||||
version = "1.2.5.1";
|
version = "1.2.6.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://alsa/lib/${name}.tar.bz2";
|
url = "mirror://alsa/lib/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "sha256-WEGkRBZty/R523UTA9vDVW9oUIWsfgDwyed1VnYZXZc=";
|
sha256 = "sha256-uKA6o4emJKL2XtwgG/d3QhGQtgUpqSCHZGgjr72Wxc0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue