ghorg: 1.7.16 -> 1.8.0

This commit is contained in:
R. Ryantm 2022-07-09 11:39:55 +00:00
parent 95e157f670
commit 905e33f5f4

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghorg";
version = "1.7.16";
version = "1.8.0";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-dQJ21QT3mDGS4nPB9o6033/Sn0+XV0P8Wjqvfcc5Loo=";
sha256 = "sha256-0ewiCLBAvK0cLsEFN1W7fQyn66Vu2aLor9+VYuX05Os=";
};
doCheck = false;