Commit 5a9f46ac authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent aa360975
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
      categories = [ "Development" ];
    }
  );
  version = "10.21.0";
  version = "10.23.0";
in
stdenv.mkDerivation {
  pname = "cyberchef";
@@ -29,7 +29,7 @@ stdenv.mkDerivation {

  src = fetchzip {
    url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
    hash = "sha256-5w5Bl8LAmpx3dHAwfq4ALKKoS6zRBsh1X7p7ek4dy/s=";
    hash = "sha256-O2nPVWhKbXkfPNLcfrP3iZmB4uG7F3pgMB/Nt52/h38=";
    stripRoot = false;
  };