about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-25 19:26:26 -0500
committerGitHub <noreply@github.com>2022-12-25 19:26:26 -0500
commit6f0300f064a95c211ca58fc449652b05a251df29 (patch)
tree688eb4e58d17bede7c4fe0240541bdd476cf038f
parent2ab6b4d95c719c7e2b567dd52ff87b4693713a33 (diff)
parentc6256de7590634fdf3dc87740f76ac8f386121be (diff)
Merge pull request #207761 from qowoz/gh
gh: 2.20.2 -> 2.21.1
-rw-r--r--pkgs/applications/version-management/gh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/gh/default.nix b/pkgs/applications/version-management/gh/default.nix
index 7d5a9cc6d6089..6035c1d7eb783 100644
--- a/pkgs/applications/version-management/gh/default.nix
+++ b/pkgs/applications/version-management/gh/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "gh";
-  version = "2.20.2";
+  version = "2.21.1";
 
   src = fetchFromGitHub {
     owner = "cli";
     repo = "cli";
     rev = "v${version}";
-    sha256 = "sha256-atUC6vb/tOO2GapMjTqFi4qjDAdSf2F8v3gZuzyt+9Q=";
+    sha256 = "sha256-DVdbyHGBnbFkKu0h01i0d1qw5OuBYydyP7qHc6B1qs0=";
   };
 
-  vendorSha256 = "sha256-FSniCYr3emV9W/BuEkWe0a4aZ5RCoZJc7+K+f2q49ys=";
+  vendorSha256 = "sha256-b4pNcOfG+W+l2cqn4ncvR47zJltKYIcE3W1GvrWEOFY=";
 
   nativeBuildInputs = [ installShellFiles ];