Commit 9471f734 authored by R. RyanTM's avatar R. RyanTM
Browse files

cyberchef: 10.2.0 -> 10.4.0

parent b3c861b8
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.2.0";
  version = "10.4.0";

  src = fetchzip {
    url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
    sha256 = "sha256-Qom8NRy46EoZtXcdA716yO48GVemloEBlXxEFMB3g10=";
    sha256 = "sha256-BjdeOTVZUMitmInL/kE6a/aw/lH4YwKNWxdi0B51xzc=";
    stripRoot = false;
  };