tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
alsa-lib: 1.2.8 -> 1.2.9
R. Ryantm
2 years ago
656cdba3
68c1807f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
alsa-project
alsa-lib
default.nix
+2
-2
pkgs/os-specific/linux/alsa-project/alsa-lib/default.nix
reviewed
···
8
8
9
9
stdenv.mkDerivation (finalAttrs: {
10
10
pname = "alsa-lib";
11
11
-
version = "1.2.8";
11
11
+
version = "1.2.9";
12
12
13
13
src = fetchurl {
14
14
url = "mirror://alsa/lib/${finalAttrs.pname}-${finalAttrs.version}.tar.bz2";
15
15
-
hash = "sha256-GrAbdOM0JcqZwuNsCET9aIgnMZO9iYJA/o+TrMvL80c=";
15
15
+
hash = "sha256-3JxkP9xMz9BXLMaFhY3UHgivtYPzBGCzF+QYgnX2FbI=";
16
16
};
17
17
18
18
patches = [