Unverified Commit c6b957f0 authored by Antoine du Hamel's avatar Antoine du Hamel Committed by GitHub
Browse files

maltego: 4.11.0 -> 4.11.1 (#470027)

parents 42bff3a6 2bf845a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "maltego";
  version = "4.11.0";
  version = "4.11.1";

  src = fetchzip {
    url = "https://downloads.maltego.com/maltego-v4/linux/Maltego.v${finalAttrs.version}.linux.zip";
    hash = "sha256-+kbQsXIp9BAr6NxleMiGbmvIFWTDJzYQC6vtzYlK39Y=";
    hash = "sha256-9VDArX8fc4Orh5xCILX7n2teB6cRUABTkCYaStPoa80=";
  };

  postPatch = ''