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

ghorg: 1.8.1 -> 1.8.3
This commit is contained in:
figsoda 2022-08-13 22:34:08 +08:00 committed by GitHub
commit ac7a6a859b
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.8.1";
version = "1.8.3";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-rnlSwqZ3Kigfmkt2ws5bmX/ipqxFUPZYDpdnkZZE59Y=";
sha256 = "sha256-O5+OKY0o9vIO0uQGDlA0PMugfLAf45B/iHrrC2p0G+4=";
};
doCheck = false;