lol

vuls: 0.33.1 -> 0.33.2 (#422664)

authored by

Fabian Affolter and committed by
GitHub
ceb24d94 5db43242

+3 -3
+3 -3
pkgs/by-name/vu/vuls/package.nix
··· 6 6 7 7 buildGo124Module rec { 8 8 pname = "vuls"; 9 - version = "0.33.1"; 9 + version = "0.33.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "future-architect"; 13 13 repo = "vuls"; 14 14 tag = "v${version}"; 15 - hash = "sha256-djs4bhdicZFDETw3tLoks7KKjLh/o6Z6Ivzw0I/VxH8="; 15 + hash = "sha256-6tpX8pZNKJXJv6ArwNWn9ih19LU3DNeBUXy9U/dHhVc="; 16 16 fetchSubmodules = true; 17 17 }; 18 18 19 - vendorHash = "sha256-1W6xI6rRyaSfryNZSGhgHULotZ42lPsDt27KVzFEhog="; 19 + vendorHash = "sha256-vZMpQvEswcsfppZ5tIaI4fqrKkwbN53shefRyLR/Sg8="; 20 20 21 21 ldflags = [ 22 22 "-s"