tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-bug: 0.9.0 -> 0.10.1
sudoforge
8 months ago
5dd466e8
22fda087
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gi
git-bug
package.nix
+3
-3
pkgs/by-name/gi/git-bug/package.nix
···
7
8
buildGoModule rec {
9
pname = "git-bug";
10
-
version = "0.9.0";
11
12
src = fetchFromGitHub {
13
owner = "git-bug";
14
repo = "git-bug";
15
rev = "v${version}";
16
-
sha256 = "sha256-w4PrcWLqkxwtyccf2OZAqFlLXNsZZNOTyny26VZr9Cg=";
17
};
18
19
-
vendorHash = "sha256-z9StU5cvZlDkmC7TE6JOhpxAx5oSTxAQTBh1LEksKww=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
···
7
8
buildGoModule rec {
9
pname = "git-bug";
10
+
version = "0.10.1";
11
12
src = fetchFromGitHub {
13
owner = "git-bug";
14
repo = "git-bug";
15
rev = "v${version}";
16
+
sha256 = "sha256-iLYhVv6QMZStuNtxvvIylFSVb1zLfC58NU2QJChFfug=";
17
};
18
19
+
vendorHash = "sha256-qztAkP+CHhryhfv1uKHEpDutofMwHGun7Vr30BHWAOE=";
20
21
nativeBuildInputs = [ installShellFiles ];
22