Unverified Commit 206d8a85 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cyberchef: 10.19.2 -> 10.19.4 (#350838)

parents c74d1f57 85b02bfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
  pname = "cyberchef";
  version = "10.19.2";
  version = "10.19.4";

  src = fetchzip {
    url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
    sha256 = "sha256-+ICoJnW92IOi/QDwJXRNxP9tN99hNfH6BwLKJvzZFF4=";
    sha256 = "sha256-eOMo7kdxC5HfmMrKUhGZU3vnBXibO2Fz1ftIS9RAbjY=";
    stripRoot = false;
  };