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

ghorg: 1.9.0 -> 1.9.1
This commit is contained in:
figsoda 2022-12-12 22:22:15 -05:00 committed by GitHub
commit df9e8b41f6
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.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-P9LwgEUz8QgUVQYISIx3Sa8ibFxNTGNNO5Vn014UB88=";
sha256 = "sha256-1wtpbwTO8MdEvcdo5ImNuiNOtyPfaKFpr2Rezac4ofU=";
};
doCheck = false;