Merge pull request #287428 from r-ryantm/auto-update/cyberchef

cyberchef: 10.6.0 -> 10.7.0
This commit is contained in:
maxine 2024-02-09 22:03:58 +01:00 committed by GitHub
commit adaf1319b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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