ghq: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2026-02-06 07:45:26 +00:00
parent f28d65f4be
commit 1eeeb921f4
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "ghq";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "x-motemen";
repo = "ghq";
tag = "v${version}";
sha256 = "sha256-5BN96/RShfJpkfpJe0qrZVDuyFoAV9kgCiBv4REY/5Y=";
sha256 = "sha256-Iw8hu2QtnRgRbSTqtIPDmKbx5FcE2j68VfzP4egbZgY=";
};
vendorHash = "sha256-jP2Ne/EhmE3tACY1+lHucgBt3VnT4gaQisE3/gVM5Ec=";
vendorHash = "sha256-RRxRwYTkveOZvvxAwpG9ie4+ZdUDDkZZfX5cNn0DAhA=";
doCheck = false;