3
0
Fork 0
forked from mirrors/nixpkgs

gh: 2.10.1 -> 2.11.0

https://github.com/cli/cli/releases/tag/v2.11.0
This commit is contained in:
zowoq 2022-05-24 22:22:17 +10:00
parent 83d085d197
commit c78acaecb4

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.10.1";
version = "2.11.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-2lIHEO4+oW9+C7VSulmVwZJ1l6RYBbV6wlKMvdOGqi8=";
sha256 = "sha256-VWbkthOaq34tAiBkPlCXmz32RrJfO6dfVS+LLls39jA=";
};
vendorSha256 = "sha256-EFJfd6sUK5iquFW0kXaiH6tLiNqbZNe9awpIqmqhp7I=";
vendorSha256 = "sha256-soNQXtpQ217scP606UA05+r9WIrUAMOCDBsfLKrVD+Q=";
nativeBuildInputs = [ installShellFiles ];