ghorg: 1.7.8 -> 1.7.10

(#162854)
This commit is contained in:
R. RyanTM 2022-03-06 08:32:17 -08:00 committed by GitHub
parent 3ff98c59b4
commit 82c4fff8d4
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.8";
version = "1.7.10";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-NZlPcr13onxgbmKPdv0ODOhYDT5T+OeSvHE8VGOGyo4=";
sha256 = "sha256-u5/BUAkaxu+uKLemYggIGtMP4E4eevw0gDI7R4LxnoA=";
};
doCheck = false;