cyberchef: 9.46.0 -> 9.46.4

This commit is contained in:
R. Ryantm
2022-09-11 15:42:58 +00:00
parent 34fde40edd
commit 5dc123563a
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cyberchef";
version = "9.46.0";
version = "9.46.4";
src = fetchzip {
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
sha256 = "sha256-4IqXp7fYgXwIuciUklrQoRD2XagatdhQ3l6ghjgTCR8=";
sha256 = "sha256-3QcrJN7ahyPGZsY6EM6K5sgr0eLZQazlh+G0TdN0uQc=";
stripRoot = false;
};