cyberchef: 10.18.3 -> 10.18.6

This commit is contained in:
R. Ryantm 2024-05-17 03:32:28 +00:00
parent ea77cefecb
commit 455325e31d

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "cyberchef";
version = "10.18.3";
version = "10.18.6";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-HLYcKF+DCj5QA+0ZJwRpC+iTN5z/S249UnQirNJMLF4=";
sha256 = "sha256-LbauIeDUqfL1ChZTThq7CJ++yNiuKaa773jSdmxorf8=";
stripRoot = false;
};