pretender: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-02-15 06:40:04 +00:00
parent 866edf51b8
commit af23262e44
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pretender";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "RedTeamPentesting";
repo = pname;
tag = "v${version}";
hash = "sha256-msxGCQkF5u5sIjvy4GCRBIivzoiIDsOjesIf3d8goVI=";
hash = "sha256-vIVlFt13DU0PgZ5kTIxiCghyFIjkqVGFpgXp9pOqdsQ=";
};
vendorHash = "sha256-UzKprzkxqG7FOPWcFQGuZtn+gHMeMy4jqCLUSdyO2l0=";