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.
1 parent 585e00a commit 0ca9e6bCopy full SHA for 0ca9e6b
1 file changed
pkgs/applications/version-management/git-and-tools/ghq/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "ghq";
5
- version = "1.1.2";
+ version = "1.1.5";
6
7
src = fetchFromGitHub {
8
owner = "x-motemen";
9
repo = "ghq";
10
rev = "v${version}";
11
- sha256 = "1qzrycmd26f4q36z3rblfxp7jngqgmspb9385vpfwv9laiw3sqrg";
+ sha256 = "098fik155viylq07az7crzbgswcvhpx0hr68xpvyx0rpri792jbq";
12
};
13
14
- vendorSha256 = "0x347ljj9q3zi0zf8x13dhvsydv9vg4qc5l1kc2y56v0w8hlb4p7";
+ vendorSha256 = "0gll132g111vn1hdmdjpkha9rbyppz0qj1ld89gwlk2mqd57jxkd";
15
16
buildFlagsArray = ''
17
-ldflags=
0 commit comments