go-secdump: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm
2024-12-20 01:22:51 +00:00
parent c5225afd68
commit 7423c8a2b9

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-secdump";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "jfjallid";
repo = "go-secdump";
rev = "refs/tags/${version}";
hash = "sha256-RdbrxnyP9QKkrWRLxnWljlwjJHbK++f/U0WdyB9XDc0=";
hash = "sha256-HZAt/lSe13OjCjpJMNCvWoenhCMc2YGoys0S1eiLeKo=";
};
vendorHash = "sha256-RvbK0ps/5Jg/IAk71WGYEcjM6LrbCSkUueSOUFeELis=";
vendorHash = "sha256-hqbLfhUJSSWCdt+f1Z9Pn4TYEWytqAZxwWpqxlrlN9o=";
ldflags = [
"-s"