tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
cryfs: 0.11.2 -> 0.11.3
R. Ryantm
3 years ago
70d9329d
732ec9dc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
cryfs
default.nix
+2
-2
pkgs/tools/filesystems/cryfs/default.nix
···
8
8
9
9
stdenv.mkDerivation rec {
10
10
pname = "cryfs";
11
11
-
version = "0.11.2";
11
11
+
version = "0.11.3";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = pname;
15
15
repo = pname;
16
16
rev = version;
17
17
-
hash = "sha256-NV2xCC8TaJaWDZSghO8EFuygL8hJLOdx67BWaJ2NKRw=";
17
17
+
hash = "sha256-7luTCDjrquG8aBZ841VPwV9/ea8faHGLQtmRahqGTss=";
18
18
};
19
19
20
20
postPatch = ''