Merge pull request #114656 from r-ryantm/auto-update/ghq

ghq: 1.1.6 -> 1.1.7
This commit is contained in:
Fabian Affolter 2021-02-28 19:50:44 +01:00 committed by GitHub
commit 7c2369f9d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghq";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitHub {
owner = "x-motemen";
repo = "ghq";
rev = "v${version}";
sha256 = "sha256-6oRyT/i+PndmjWBNJQzgrysE7jXiL/hAwwN++uCs6ZI=";
sha256 = "sha256-kEs844gj1/PW7Kkpn1tvxfruznRIh2pjHCoSWGF1upQ=";
};
vendorSha256 = "sha256-5Eth9v98z1gxf1Fz5Lbn2roX7dSBmA7GRzg8uvT0hTI=";