We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573c650 commit 2a3ed72Copy full SHA for 2a3ed72
pkgs/by-name/ma/maltego/package.nix
@@ -13,11 +13,11 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "maltego";
16
- version = "4.9.1";
+ version = "4.9.2";
17
18
src = fetchzip {
19
url = "https://downloads.maltego.com/maltego-v4/linux/Maltego.v${finalAttrs.version}.linux.zip";
20
- hash = "sha256-0bh1dsYBK6VO43mSxzVR1UOg8vCEJvf1pR/EREZ9Uxg=";
+ hash = "sha256-+jPfIqvaVLo+s/yNHc5fHtnEMClcHtLVsVzFi4LZnK0=";
21
};
22
23
postPatch = ''
0 commit comments