tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cryptomator: 1.6.13 -> 1.6.14
Pascal Bach
3 years ago
8a202d78
15bf67f4
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
cryptomator
default.nix
+3
-3
pkgs/tools/security/cryptomator/default.nix
···
6
6
7
7
let
8
8
pname = "cryptomator";
9
9
-
version = "1.6.13";
9
9
+
version = "1.6.14";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "cryptomator";
13
13
repo = "cryptomator";
14
14
rev = version;
15
15
-
sha256 = "sha256-xQxCSWbovdecTFWFDFu2K+lbA6+bSV2l2kk+R/hFcQ0=";
15
15
+
sha256 = "sha256-ArOYL3xj2HiXXu1Bymd5mciMsmikCDvxr5M3LMqZgYA=";
16
16
};
17
17
18
18
# perform fake build to make a fixed-output derivation out of the files downloaded from maven central (120MB)
···
37
37
38
38
outputHashAlgo = "sha256";
39
39
outputHashMode = "recursive";
40
40
-
outputHash = "sha256-SFiYHUH1Et7/SgciIvLcQGh54Z3fDVp22jSvDavXPjE=";
40
40
+
outputHash = "sha256-svpz1mHCHNQGWc+CBroAPvW4cXQdYuqFkK4JSmf6kXE=";
41
41
42
42
doCheck = false;
43
43
};