tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cryptsetup: 2.4.0 -> 2.4.1
Yureka
4 years ago
1d1b097b
b086df6a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
cryptsetup
default.nix
+2
-2
pkgs/os-specific/linux/cryptsetup/default.nix
···
3
3
4
4
stdenv.mkDerivation rec {
5
5
pname = "cryptsetup";
6
6
-
version = "2.4.0";
6
6
+
version = "2.4.1";
7
7
8
8
outputs = [ "out" "dev" "man" ];
9
9
10
10
src = fetchurl {
11
11
url = "mirror://kernel/linux/utils/cryptsetup/v2.4/${pname}-${version}.tar.xz";
12
12
-
sha256 = "sha256-xci9oxFZqcAQ6nLnCAU8xCUs9e69ylIOFQq8Bgkof/g=";
12
12
+
sha256 = "sha256-o1anJ6g6RkreVm6VI5Yioi2+Tg9IKxmP2wSrDTpanF8=";
13
13
};
14
14
15
15
# Disable 4 test cases that fail in a sandbox