maltego: 4.10.1 -> 4.11.0

This commit is contained in:
R. Ryantm
2025-10-16 12:40:56 +00:00
parent 5d1f6df5e1
commit c0cd7e0967
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "maltego";
version = "4.10.1";
version = "4.11.0";
src = fetchzip {
url = "https://downloads.maltego.com/maltego-v4/linux/Maltego.v${finalAttrs.version}.linux.zip";
hash = "sha256-ujI5rEuLjShbPdS6JDW2SxoeCfLDuuK2d/4Uq1ne1EA=";
hash = "sha256-+kbQsXIp9BAr6NxleMiGbmvIFWTDJzYQC6vtzYlK39Y=";
};
postPatch = ''