ghq: 1.1.6 -> 1.1.7

This commit is contained in:
R. RyanTM 2021-02-28 12:54:28 +00:00
parent b51b5a104b
commit 2d8ef6c514

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=";