gittuf: 0.6.0 -> 0.6.2

This commit is contained in:
R. Ryantm 2024-10-05 05:15:29 +00:00
parent cf7f108819
commit a12e94d318

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gittuf";
version = "0.6.0";
version = "0.6.2";
src = fetchFromGitHub {
owner = "gittuf";
repo = pname;
rev = "v${version}";
hash = "sha256-2G0vUVOruevHJYCYHbumLBYMUah1o5EqgvUqMCONWDs=";
hash = "sha256-iPaYwZUnIu9GeyY4kBhj+9gIINYx+pGSWJqPekh535g=";
};
vendorHash = "sha256-mafN+Nrr0AtfMjnXNoEIuz90kJa58pgY2vUOlv7v+TE=";