mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
alsa-ucm-conf: 1.2.15.3 -> 1.2.16
This commit is contained in:
parent
23d0fc9c11
commit
ef08008ae2
1 changed files with 3 additions and 8 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
directoryListingUpdater,
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
coreutils,
|
||||
|
|
@ -10,19 +9,15 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "alsa-ucm-conf";
|
||||
version = "1.2.15.3";
|
||||
version = "1.2.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://alsa/lib/alsa-ucm-conf-${finalAttrs.version}.tar.bz2";
|
||||
hash = "sha256-n3noE8CPyGz6Rt11xPzaGkpRtILbJgfh/PqvuS9YijE=";
|
||||
hash = "sha256-rLyXLW5x7fo0Xnav3xDDmf0PHzz5DYSv20z1G/xKZUg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# fix for typo in 1.2.15.3 – remove with subsequent release
|
||||
(fetchpatch {
|
||||
url = "https://github.com/alsa-project/alsa-ucm-conf/commit/95377000e849259764f37295e0ddd58fd8a55a76.patch";
|
||||
hash = "sha256-o2qR69jiGXFWM0mxeIhXd+tCvGikYqnoalce1UOVppw=";
|
||||
})
|
||||
|
||||
];
|
||||
|
||||
dontBuild = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue