gh: 2.74.1 -> 2.74.2

Changes: https://github.com/cli/cli/releases/tag/v2.74.2
This commit is contained in:
Sergei Trofimovich
2025-06-24 08:49:13 +10:00
committed by zowoq
parent ad07d2f71a
commit 794e7a17c1
+3 -3
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "gh";
version = "2.74.1";
version = "2.74.2";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
tag = "v${version}";
hash = "sha256-9Mc0AuwR9F7XU6yjIJ5Z7m7e0b3o7ZjpDdkTc6JMNnQ=";
hash = "sha256-6R5BU+snCkO0pwQalWG2cZ6PrfD8fVFXFqqJfVXRd8s=";
};
vendorHash = "sha256-S1s+Es7vOvyiPY7RJaMs6joy8QIZ1xY9mR6WvNIs0OY=";
vendorHash = "sha256-hliYyuA3gAzyHNwdGg1fygrKam6gNYC2qdvIIu5VOYM=";
nativeBuildInputs = [ installShellFiles ];