Skip to content

Commit 1f3a192

Browse files
authored
git-bug: 0.9.0 -> 0.10.1 (#408520)
2 parents cf5c40a + 5dd466e commit 1f3a192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/git-bug/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "git-bug";
10-
version = "0.9.0";
10+
version = "0.10.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "git-bug";
1414
repo = "git-bug";
1515
rev = "v${version}";
16-
sha256 = "sha256-w4PrcWLqkxwtyccf2OZAqFlLXNsZZNOTyny26VZr9Cg=";
16+
sha256 = "sha256-iLYhVv6QMZStuNtxvvIylFSVb1zLfC58NU2QJChFfug=";
1717
};
1818

19-
vendorHash = "sha256-z9StU5cvZlDkmC7TE6JOhpxAx5oSTxAQTBh1LEksKww=";
19+
vendorHash = "sha256-qztAkP+CHhryhfv1uKHEpDutofMwHGun7Vr30BHWAOE=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)