Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-15 12:25:41 +00:00
committed by GitHub
14 changed files with 97 additions and 37 deletions
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghorg";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = version;
sha256 = "sha256-OoNHKDxYKTmfm1rrQxG7PnH7DINa2M/NKc/5iKaUybg=";
sha256 = "sha256-HkOMG7VG8jyvr1W1T/62murtNYE8wyT/p3lDtuxfm5M=";
};
doCheck = false;