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

ghorg: 1.7.11 -> 1.7.12
This commit is contained in:
Lassulus 2022-04-06 21:23:05 +01:00 committed by GitHub
commit 2bd4c44257
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.7.11";
version = "1.7.12";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-/JecaTRmqTB1I0tqBRidlqWOvNE6U5zep5/lFi8VTCc=";
sha256 = "sha256-y5o4yY5M9eDKN9LtbrPR29EafN3X7J51ARCEpFtLxCo=";
};
doCheck = false;