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

ghorg: 1.8.7 -> 1.8.8
This commit is contained in:
figsoda 2022-10-11 20:04:56 -04:00 committed by GitHub
commit cbb1dc26dd
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.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-3NlGS6DTTE0FCsvNPBNaxxbYcKKwE3gd1jsfdxlTl38=";
sha256 = "sha256-xB/TdeXC0V8dZs6N6Uq1+gzG84j9uhSrwkSbIMwUWSk=";
};
doCheck = false;