We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a825f65 + 29fbedf commit d283deaCopy full SHA for d283dea
pkgs/by-name/gi/gittuf/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "gittuf";
11
- version = "0.8.0";
+ version = "0.8.1";
12
13
src = fetchFromGitHub {
14
owner = "gittuf";
15
repo = pname;
16
rev = "v${version}";
17
- hash = "sha256-CvN4FaHpVsSPYzoJ9WsQ0uAm5aMHZoI5YpSgPbbmybA=";
+ hash = "sha256-0HxjCHwYhJkDfMt+8kzOAfZVhlprXcKpJSpWIQreTK4=";
18
};
19
20
- vendorHash = "sha256-GYcNvMN/ZPjkZj1pR71jMC5KD7/3D1d/wDQbk0DwRUU=";
+ vendorHash = "sha256-fXDbXyMKTiw2PugW3WPzyMupfXCgObm9MkJfix0mKaM=";
21
22
ldflags = [ "-X github.com/gittuf/gittuf/internal/version.gitVersion=${version}" ];
23
0 commit comments