jaeles: 0.17 -> 0.17.1

This commit is contained in:
Aaron Jheng 2023-07-14 02:39:07 +00:00
parent a32d69307b
commit 5e6433b89f
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -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;