cyberchef: 10.17.0 -> 10.18.3

This commit is contained in:
R. Ryantm 2024-04-25 01:12:10 +00:00
parent 921527b865
commit acaca2a347
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "cyberchef";
version = "10.17.0";
version = "10.18.3";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-mOnjW6ncsNQ16YELX63sIsQTNE2Y/gbs0rcOUFd2umw=";
sha256 = "sha256-HLYcKF+DCj5QA+0ZJwRpC+iTN5z/S249UnQirNJMLF4=";
stripRoot = false;
};