Skip to content

Commit

Permalink
ghq: 1.1.2 -> 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Aug 7, 2020
1 parent 585e00a commit 0ca9e6b
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "ghq";
version = "1.1.2";
version = "1.1.5";

src = fetchFromGitHub {
owner = "x-motemen";
repo = "ghq";
rev = "v${version}";
sha256 = "1qzrycmd26f4q36z3rblfxp7jngqgmspb9385vpfwv9laiw3sqrg";
sha256 = "098fik155viylq07az7crzbgswcvhpx0hr68xpvyx0rpri792jbq";
};

vendorSha256 = "0x347ljj9q3zi0zf8x13dhvsydv9vg4qc5l1kc2y56v0w8hlb4p7";
vendorSha256 = "0gll132g111vn1hdmdjpkha9rbyppz0qj1ld89gwlk2mqd57jxkd";

buildFlagsArray = ''
-ldflags=
Expand Down

0 comments on commit 0ca9e6b

Please sign in to comment.