Skip to content

Commit 6aa7193

Browse files
veracrypt: 1.26.15 -> 1.26.18 (#375821)
Co-authored-by: ryand56 <[email protected]>
2 parents 39ede5e + fbe3b59 commit 6aa7193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ve/veracrypt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "veracrypt";
22-
version = "1.26.15";
22+
version = "1.26.18";
2323

2424
src = fetchurl {
2525
url = "https://launchpad.net/veracrypt/trunk/${finalAttrs.version}/+download/VeraCrypt_${finalAttrs.version}_Source.tar.bz2";
26-
hash = "sha256-upcCUDDiG5sjMbfrCJcBFjwyr0t+BFNfM1uvjXSnSRY=";
26+
hash = "sha256-fWmvHvYCgHQi50CsjMKaGHFzw4vPYZLl7GqL3tO5XBw=";
2727
};
2828

2929
patches = [

0 commit comments

Comments
 (0)