about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-03 16:27:23 -0400
committerGitHub <noreply@github.com>2023-11-03 16:27:23 -0400
commitc2de56a57c7f04b6167fddf15118e616f28558ef (patch)
tree468f5cae3babaed4e3a241eb5eee432dd8244b75 /pkgs/applications
parent3f94ed960a414e31dd38de9a15bec5ed0f21e2fc (diff)
parent9e8a009e7d218201be754e13365d4bde45537dd5 (diff)
Merge pull request #265279 from r-ryantm/auto-update/ghr
ghr: 0.16.1 -> 0.16.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/ghr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/ghr/default.nix b/pkgs/applications/version-management/ghr/default.nix
index a2abe04fea9ae..7c786bb0b6b1c 100644
--- a/pkgs/applications/version-management/ghr/default.nix
+++ b/pkgs/applications/version-management/ghr/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "ghr";
-  version = "0.16.1";
+  version = "0.16.2";
 
   src = fetchFromGitHub {
     owner = "tcnksm";
     repo = "ghr";
     rev = "v${version}";
-    sha256 = "sha256-swu+hj8fL/xIC3KdhGQ2Ezdt7aj9L8sU/7q/AXM2i98=";
+    sha256 = "sha256-xClqqTVCEGghaf63kN40mwo49lkS8KC4k/36NYIngFI=";
   };
 
   vendorHash = "sha256-Wzzg66yJaHJUCfC2aH3Pk+B0d5l/+L7/bcNhQxo8ro0=";