vuls: 0.28.0 -> 0.28.1

This commit is contained in:
R. Ryantm
2024-12-19 08:18:49 +00:00
parent a98c720fb6
commit 97389b02b0
+3 -3
View File
@@ -6,17 +6,17 @@
buildGoModule rec {
pname = "vuls";
version = "0.28.0";
version = "0.28.1";
src = fetchFromGitHub {
owner = "future-architect";
repo = "vuls";
rev = "refs/tags/v${version}";
hash = "sha256-J7kH9XUk+DQmoo5pQd9I0NuGPmR3pYrZ0WG0hKaPFvk=";
hash = "sha256-mrptQSTxTdste6UgbkAm3aqgpYfaoOykHX0eYOTojgA=";
fetchSubmodules = true;
};
vendorHash = "sha256-vrIbD6HB7JikBQZk0rmt5EQxS2JYjQkzFaLYBPvdx+Q=";
vendorHash = "sha256-KufQPVnNRoyaHiuVaVIjwifh5CsoCoF7CrqvBKcG7kA=";
ldflags = [
"-s"