Merge pull request #180846 from r-ryantm/auto-update/ghorg

ghorg: 1.7.16 -> 1.8.0
This commit is contained in:
Mario Rodas 2022-07-16 09:45:30 -05:00 committed by GitHub
commit 3daffb107b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghorg";
version = "1.7.16";
version = "1.8.0";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-dQJ21QT3mDGS4nPB9o6033/Sn0+XV0P8Wjqvfcc5Loo=";
sha256 = "sha256-0ewiCLBAvK0cLsEFN1W7fQyn66Vu2aLor9+VYuX05Os=";
};
doCheck = false;