about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-12 22:22:15 -0500
committerGitHub <noreply@github.com>2022-12-12 22:22:15 -0500
commitdf9e8b41f6fdd648efe238c4a2191bf184412b41 (patch)
treefe4772f371b07f38dae5aa29612d934588616281 /pkgs/applications
parent4516b17cf45931b5b47188f9a47e11359eaf5b09 (diff)
parent75a9a06486cb21d96edff0f75cda278744d528bb (diff)
Merge pull request #205867 from r-ryantm/auto-update/ghorg
ghorg: 1.9.0 -> 1.9.1
Diffstat (limited to 'pkgs/applications')
-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 2c8d36a4df6b5..22d9ada544c85 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.9.0";
+  version = "1.9.1";
 
   src = fetchFromGitHub {
     owner = "gabrie30";
     repo = "ghorg";
     rev = "v${version}";
-    sha256 = "sha256-P9LwgEUz8QgUVQYISIx3Sa8ibFxNTGNNO5Vn014UB88=";
+    sha256 = "sha256-1wtpbwTO8MdEvcdo5ImNuiNOtyPfaKFpr2Rezac4ofU=";
   };
 
   doCheck = false;