gittuf: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm
2025-02-22 09:56:02 +00:00
parent d8b348c8ed
commit dd3b087067
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "gittuf";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "gittuf";
repo = pname;
rev = "v${version}";
hash = "sha256-0HxjCHwYhJkDfMt+8kzOAfZVhlprXcKpJSpWIQreTK4=";
hash = "sha256-gvRr+Q5XCfhtIOdxQdDwLXvo/+GHDuxaEcEpctevWew=";
};
vendorHash = "sha256-fXDbXyMKTiw2PugW3WPzyMupfXCgObm9MkJfix0mKaM=";
vendorHash = "sha256-zGzcEaAQGwLz4JQnaOVO/b47mWFWs2JyrShAJqp2Rc4=";
ldflags = [ "-X github.com/gittuf/gittuf/internal/version.gitVersion=${version}" ];