cyberchef: 9.46.4 -> 9.46.5

This commit is contained in:
R. Ryantm 2022-09-17 10:38:42 +00:00 committed by Bobby Rong
parent 4c15e03436
commit e6c115629f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cyberchef";
version = "9.46.4";
version = "9.46.5";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-3QcrJN7ahyPGZsY6EM6K5sgr0eLZQazlh+G0TdN0uQc=";
sha256 = "sha256-1Snj4rY3elEil7m1n/HFigZWlE2+TJtEiAMjWy0J0xU=";
stripRoot = false;
};