Loading pkgs/tools/misc/cyberchef/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading
pkgs/tools/misc/cyberchef/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; }; Loading