ghorg: 1.4.0 -> 1.5.0 (#109824)

This commit is contained in:
R. RyanTM 2021-01-21 10:07:01 -08:00 committed by GitHub
parent 34926a73f8
commit 8540ac06e9
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.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = version;
sha256 = "0diwndkckv6fga45j9zngizycn5m71r67cziv0zrx6c66ssbj49w";
sha256 = "sha256-OoNHKDxYKTmfm1rrQxG7PnH7DINa2M/NKc/5iKaUybg=";
};
doCheck = false;