maltego: 4.8.0 -> 4.8.1

This commit is contained in:
R. Ryantm 2024-12-05 07:47:57 +00:00
parent 929116e316
commit c22ea85309

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "maltego";
version = "4.8.0";
version = "4.8.1";
src = fetchzip {
url = "https://downloads.maltego.com/maltego-v4/linux/Maltego.v${finalAttrs.version}.linux.zip";
hash = "sha256-BWLdgaAO905lhFiRbpCJUa/7JyfCiRjHwq2qZw2GjgQ=";
hash = "sha256-FH2gyz3/4wDBRsOQl3l2pbavvSyK73HuAXvJ0YBC1dw=";
};
postPatch = ''