cyberchef: 10.6.0 -> 10.7.0

This commit is contained in:
R. Ryantm 2024-02-09 08:31:11 +00:00
parent 442d407992
commit e0cf782eb4

View File

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