Skip to content

Commit 1aa60a1

Browse files
authored
maltego: 4.9.1 -> 4.9.2 (#389736)
2 parents 3f84ffa + 2a3ed72 commit 1aa60a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ma/maltego/package.nix

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

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "maltego";
16-
version = "4.9.1";
16+
version = "4.9.2";
1717

1818
src = fetchzip {
1919
url = "https://downloads.maltego.com/maltego-v4/linux/Maltego.v${finalAttrs.version}.linux.zip";
20-
hash = "sha256-0bh1dsYBK6VO43mSxzVR1UOg8vCEJvf1pR/EREZ9Uxg=";
20+
hash = "sha256-+jPfIqvaVLo+s/yNHc5fHtnEMClcHtLVsVzFi4LZnK0=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)