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

ghorg: 1.9.11 -> 1.9.12
This commit is contained in:
Pol Dellaiera 2024-05-16 22:03:48 +02:00 committed by GitHub
commit 50b7d0e163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghorg";
version = "1.9.11";
version = "1.9.12";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-22/HM/DYkNh8V1v09fca6/3TLwzYudpH/VNbh+3+iyE=";
sha256 = "sha256-8M8ovb3T7iSHXepG1eH3ByX+g5iVRl4/pctigQ4I0Pk=";
};
doCheck = false;