tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
llvm2: 2.02.128 -> 2.02.132
William A. Kennington III
10 years ago
de514ea3
5c4ad05f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
lvm2
default.nix
+2
-2
pkgs/os-specific/linux/lvm2/default.nix
reviewed
···
1
1
{ stdenv, fetchurl, pkgconfig, udev, utillinux, coreutils, enable_dmeventd ? false }:
2
2
3
3
let
4
4
-
version = "2.02.128";
4
4
+
version = "2.02.132";
5
5
in
6
6
7
7
stdenv.mkDerivation {
···
9
9
10
10
src = fetchurl {
11
11
url = "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.${version}.tgz";
12
12
-
sha256 = "0a5m63b729ranbnmg964b36jlbfc140bs92di37w2gq54hzp1v97";
12
12
+
sha256 = "0ac8izssflj371zzar16965zlia6a6zd97i0n00jxfxssnfa0fj1";
13
13
};
14
14
15
15
configureFlags = [