ghq: 1.7.1 -> 1.8.0 (#393719)

This commit is contained in:
Weijia Wang
2025-04-07 22:54:45 +02:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "ghq";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "x-motemen";
repo = "ghq";
tag = "v${version}";
sha256 = "sha256-5elUUZxhKZArtToEDfjYam7GS6m30GpbBLlUNy6dIyo=";
sha256 = "sha256-5BN96/RShfJpkfpJe0qrZVDuyFoAV9kgCiBv4REY/5Y=";
};
vendorHash = "sha256-jP2Ne/EhmE3tACY1+lHucgBt3VnT4gaQisE3/gVM5Ec=";