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

Merge pull request #334727 from r-ryantm/auto-update/cyberchef

cyberchef: 10.19.0 -> 10.19.2
parents eba74ff1 3d2e459d
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.0";
  version = "10.19.2";

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