cyberchef: 10.18.6 -> 10.18.8

This commit is contained in:
R. Ryantm 2024-06-12 01:05:55 +00:00
parent e913ae3400
commit 4620b42169

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "cyberchef";
version = "10.18.6";
version = "10.18.8";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-LbauIeDUqfL1ChZTThq7CJ++yNiuKaa773jSdmxorf8=";
sha256 = "sha256-1Ta0fgrwBHfUlj7aJkiAHV7MmHRlXJloYt2P889ya+U=";
stripRoot = false;
};