cyberchef: 10.2.0 -> 10.4.0

This commit is contained in:
R. Ryantm 2023-04-02 02:44:08 +00:00
parent b3c861b8e4
commit 9471f73484

View file

@ -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;
};