Merge pull request #223017 from r-ryantm/auto-update/cyberchef
cyberchef: 9.55.0 -> 10.2.0
This commit is contained in:
commit
4cb818442a
@ -1,12 +1,15 @@
|
||||
{ lib, fetchzip, stdenv }:
|
||||
{ lib
|
||||
, fetchzip
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cyberchef";
|
||||
version = "9.55.0";
|
||||
version = "10.2.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/gchq/CyberChef/releases/download/v${version}/CyberChef_v${version}.zip";
|
||||
sha256 = "sha256-nJes11d/KqQH6pCGIEwlEeP0BjsUr9bo5rBoEoB0IZk=";
|
||||
sha256 = "sha256-Qom8NRy46EoZtXcdA716yO48GVemloEBlXxEFMB3g10=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
@ -19,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.";
|
||||
homepage = "https://gchq.github.io/CyberChef";
|
||||
changelog = "https://github.com/gchq/CyberChef/blob/v${version}/CHANGELOG.md";
|
||||
maintainers = with maintainers; [ sebastianblunt ];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user