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

ghorg: 1.9.4 -> 1.9.5
This commit is contained in:
figsoda 2023-06-02 09:21:46 -04:00 committed by GitHub
commit b6738595fb
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.4";
version = "1.9.5";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-J/oZrtm/Bs4SU/Wl9LEH0kMxkOEXR2g/Bod5QFoCudU=";
sha256 = "sha256-beFZRH5FG6aEvMhjsheeBHxqHRH0jkRt5FDYkeyrc2E=";
};
doCheck = false;