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 cf5c40a + 5dd466e commit 1f3a192Copy full SHA for 1f3a192
pkgs/by-name/gi/git-bug/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "git-bug";
10
- version = "0.9.0";
+ version = "0.10.1";
11
12
src = fetchFromGitHub {
13
owner = "git-bug";
14
repo = "git-bug";
15
rev = "v${version}";
16
- sha256 = "sha256-w4PrcWLqkxwtyccf2OZAqFlLXNsZZNOTyny26VZr9Cg=";
+ sha256 = "sha256-iLYhVv6QMZStuNtxvvIylFSVb1zLfC58NU2QJChFfug=";
17
};
18
19
- vendorHash = "sha256-z9StU5cvZlDkmC7TE6JOhpxAx5oSTxAQTBh1LEksKww=";
+ vendorHash = "sha256-qztAkP+CHhryhfv1uKHEpDutofMwHGun7Vr30BHWAOE=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments