From 5e6433b89f8cb900d25594a8a4a96d665e27f3f8 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Fri, 14 Jul 2023 02:39:07 +0000 Subject: [PATCH] jaeles: 0.17 -> 0.17.1 --- pkgs/tools/security/jaeles/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/jaeles/default.nix b/pkgs/tools/security/jaeles/default.nix index 4580f08248d2..8eb4c93d15c9 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;