veracrypt: 1.26.20 -> 1.26.24 (#412787)

Co-authored-by: ryand56 <git@ryand.ca>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-01 01:58:19 +00:00
committed by GitHub
co-authored by ryand56
+2 -2
View File
@@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "veracrypt";
version = "1.26.20";
version = "1.26.24";
src = fetchurl {
url = "https://launchpad.net/veracrypt/trunk/${finalAttrs.version}/+download/VeraCrypt_${finalAttrs.version}_Source.tar.bz2";
hash = "sha256-qhVmQPigzEPuPe3aO8g3lR3HRPLEvdhaXfZAZ4IosRY=";
hash = "sha256-f1wgr0KTd6tW97UsqGiTa5kj14T0YG2piGw2KXiQPng=";
};
patches = [