summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-08-05 21:17:56 +0800
committerGitHub <noreply@github.com>2022-08-05 21:17:56 +0800
commit27b956bdffc25479343906970fc690fbde6ac13b (patch)
tree48d848838c576a3a00b6139921e17b6658f4c810
parent208b7619727aa7db570a1996c5886d0ee4256288 (diff)
parent04f73efbdd766b0bc987be5f6e844cb0950fff49 (diff)
downloadnixpkgs-27b956bdffc25479343906970fc690fbde6ac13b.tar
nixpkgs-27b956bdffc25479343906970fc690fbde6ac13b.tar.gz
nixpkgs-27b956bdffc25479343906970fc690fbde6ac13b.tar.bz2
nixpkgs-27b956bdffc25479343906970fc690fbde6ac13b.tar.lz
nixpkgs-27b956bdffc25479343906970fc690fbde6ac13b.tar.xz
nixpkgs-27b956bdffc25479343906970fc690fbde6ac13b.tar.zst
nixpkgs-27b956bdffc25479343906970fc690fbde6ac13b.zip
Merge pull request #185230 from r-ryantm/auto-update/ghorg
ghorg: 1.8.0 -> 1.8.1
-rw-r--r--pkgs/applications/version-management/git-and-tools/ghorg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/ghorg/default.nix b/pkgs/applications/version-management/git-and-tools/ghorg/default.nix
index 32ef0309629..01f69c9c980 100644
--- a/pkgs/applications/version-management/git-and-tools/ghorg/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/ghorg/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "ghorg";
-  version = "1.8.0";
+  version = "1.8.1";
 
   src = fetchFromGitHub {
     owner = "gabrie30";
     repo = "ghorg";
     rev = "v${version}";
-    sha256 = "sha256-0ewiCLBAvK0cLsEFN1W7fQyn66Vu2aLor9+VYuX05Os=";
+    sha256 = "sha256-rnlSwqZ3Kigfmkt2ws5bmX/ipqxFUPZYDpdnkZZE59Y=";
   };
 
   doCheck = false;