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

cyberchef: 10.8.2 -> 10.9.0
This commit is contained in:
Nick Cao 2024-03-27 10:49:26 -04:00 committed by GitHub
commit 3643b2efcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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