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

ghorg: 1.8.8 -> 1.9.0
This commit is contained in:
figsoda 2022-11-07 14:07:12 -05:00 committed by GitHub
commit 0b57dfbdd6
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.8.8";
version = "1.9.0";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-xB/TdeXC0V8dZs6N6Uq1+gzG84j9uhSrwkSbIMwUWSk=";
sha256 = "sha256-P9LwgEUz8QgUVQYISIx3Sa8ibFxNTGNNO5Vn014UB88=";
};
doCheck = false;