3
0
Fork 0
forked from mirrors/nixpkgs

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

ghorg: 1.8.3 -> 1.8.5
This commit is contained in:
Mario Rodas 2022-08-14 08:56:10 -05:00 committed by GitHub
commit eb9d115827
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.3";
version = "1.8.5";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-O5+OKY0o9vIO0uQGDlA0PMugfLAf45B/iHrrC2p0G+4=";
sha256 = "sha256-r+w3r1owvAb8KTha5DcolMJ/jKue+7lAHKxLWe+YllE=";
};
doCheck = false;