cyberchef: 10.19.0 -> 10.19.2

This commit is contained in:
R. Ryantm 2024-08-15 00:33:13 +00:00
parent 30de35ad01
commit 3d2e459df6

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "cyberchef";
version = "10.19.0";
version = "10.19.2";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-jhT1HcAXNRBNgZcRv6yYZ8xTIHo5EUe71KpAgUx8FCU=";
sha256 = "sha256-+ICoJnW92IOi/QDwJXRNxP9tN99hNfH6BwLKJvzZFF4=";
stripRoot = false;
};