diff --git a/pkgs/tools/security/jaeles/default.nix b/pkgs/tools/security/jaeles/default.nix index 4580f08248d2..5ab635b35ac2 100644 --- a/pkgs/tools/security/jaeles/default.nix +++ b/pkgs/tools/security/jaeles/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "jaeles"; - version = "0.17"; + version = "0.17.1"; src = fetchFromGitHub { owner = "jaeles-project"; repo = pname; rev = "beta-v${version}"; - hash = "sha256-IGB+TYMOOO7fvRfDe9y+JSXuDSMDVJK+N4hS+kezG48="; + hash = "sha256-IGvIjO1nCilg2sPyScGTH5Zmv0rORlGwRv3NRxQk+aM="; }; - vendorSha256 = "sha256-R2cP5zNuGUs0/KeaGhbQm1m5gVBVhpcFrS/jsph3EBk="; + vendorHash = "sha256-/Ow2qdcFduZ2ZyUUfCqpZxSh9yy3+tI/2N9Wl1fKXVI="; # Tests want to download signatures doCheck = false; @@ -22,6 +22,7 @@ buildGoModule rec { meta = with lib; { description = "Tool for automated Web application testing"; homepage = "https://github.com/jaeles-project/jaeles"; + changelog = "https://github.com/jaeles-project/jaeles/releases/tag/beta-v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };