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

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

cyberchef: 10.17.0 -> 10.18.3
parents 008c475f acaca2a3
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.17.0";
  version = "10.18.3";

  src = fetchzip {
    url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
    sha256 = "sha256-mOnjW6ncsNQ16YELX63sIsQTNE2Y/gbs0rcOUFd2umw=";
    sha256 = "sha256-HLYcKF+DCj5QA+0ZJwRpC+iTN5z/S249UnQirNJMLF4=";
    stripRoot = false;
  };