tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gh: 2.67.0 -> 2.68.1
authored by
R. Ryantm
and committed by
zowoq
11 months ago
40754b99
014f8fba
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gh
gh
package.nix
+3
-3
pkgs/by-name/gh/gh/package.nix
···
10
11
buildGoModule rec {
12
pname = "gh";
13
-
version = "2.67.0";
14
15
src = fetchFromGitHub {
16
owner = "cli";
17
repo = "cli";
18
tag = "v${version}";
19
-
hash = "sha256-fX2iYfJVwJSBIHRRCsAiQRqmCPgWZB3WwNKu2B//56s=";
20
};
21
22
-
vendorHash = "sha256-TuhTM7v1PrcRFVFuGr9CUnm/btisiHsRFeFxGiNSKjQ=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
···
10
11
buildGoModule rec {
12
pname = "gh";
13
+
version = "2.68.1";
14
15
src = fetchFromGitHub {
16
owner = "cli";
17
repo = "cli";
18
tag = "v${version}";
19
+
hash = "sha256-yJwRC25QQKWeRrp0ItovuBCrTla3dezArzFvnkZchFg=";
20
};
21
22
+
vendorHash = "sha256-QmZBdnxcVywCGpaBAZZRO0LDr6WidaFXGpaAkWfn+gs=";
23
24
nativeBuildInputs = [ installShellFiles ];
25