cyberchef: 10.7.0 -> 10.8.2

This commit is contained in:
R. Ryantm 2024-02-23 17:55:17 +00:00
parent b13bb492c7
commit 0632019443

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "cyberchef";
version = "10.7.0";
version = "10.8.2";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-/miIdPP00vIh3Em8BFDoxkYFpgU4Vty4V5RiCgqOKPo=";
sha256 = "sha256-CD09gve4QEkCBKZoNtTdSPOfGSogGoGwWMYWGzMHowg=";
stripRoot = false;
};