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

cyberchef: 10.15.0 -> 10.15.1
This commit is contained in:
Nick Cao 2024-04-09 15:34:43 -04:00 committed by GitHub
commit 8c9b5bdb50
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.15.0";
version = "10.15.1";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-QXVqFMG6NJeeTON7w+46MjWXs1bIRL2ji047IvHgvYI=";
sha256 = "sha256-IJ3Id/Pn6KVBQwRFBpECDkeEXQ9J2WRK4NgeSqZoP8w=";
stripRoot = false;
};