Skip to content

Commit

Permalink
Merge pull request #224305 from r-ryantm/auto-update/cyberchef
Browse files Browse the repository at this point in the history
cyberchef: 10.2.0 -> 10.4.0
  • Loading branch information
fabaff authored Apr 2, 2023
2 parents 76e68b8 + 9471f73 commit 6af815e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/cyberchef/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 6af815e

Please sign in to comment.