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

ghorg: 1.9.1 -> 1.9.4
This commit is contained in:
figsoda 2023-04-17 22:29:24 -04:00 committed by GitHub
commit 3da2abb4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "ghorg";
version = "1.9.1";
version = "1.9.4";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-1wtpbwTO8MdEvcdo5ImNuiNOtyPfaKFpr2Rezac4ofU=";
sha256 = "sha256-J/oZrtm/Bs4SU/Wl9LEH0kMxkOEXR2g/Bod5QFoCudU=";
};
doCheck = false;
vendorSha256 = null;
vendorHash = null;
subPackages = [ "." ];