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

ghorg: 1.8.5 -> 1.8.7
This commit is contained in:
Jonas Heinrich 2022-08-29 18:31:41 +02:00 committed by GitHub
commit 2e40417ca7
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.5";
version = "1.8.7";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-r+w3r1owvAb8KTha5DcolMJ/jKue+7lAHKxLWe+YllE=";
sha256 = "sha256-3NlGS6DTTE0FCsvNPBNaxxbYcKKwE3gd1jsfdxlTl38=";
};
doCheck = false;