Fabian Affolter
2023-06-21 15:48:30 +02:00
parent f7549bd89e
commit 69ef481dd9
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "amass";
version = "3.23.2";
version = "3.23.3";
src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
hash = "sha256-u8ARJZYd+25g3G2MoLWHZd5fgxPsj7Mtx7cROa8VvUA=";
hash = "sha256-aOir4ezLBNWoTaDeQDWoDdV/A+Qzbq09601297o6uDE=";
};
vendorHash = "sha256-zUl1q6rRjX958VXKnVB2YmLUpKMUtFvdh+hkIrTomes=";