ghorg: 1.8.8 -> 1.9.0

This commit is contained in:
R. Ryantm 2022-11-07 04:41:07 +00:00
parent 8eebbcbae5
commit 0f0224f7e8

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghorg";
version = "1.8.8";
version = "1.9.0";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-xB/TdeXC0V8dZs6N6Uq1+gzG84j9uhSrwkSbIMwUWSk=";
sha256 = "sha256-P9LwgEUz8QgUVQYISIx3Sa8ibFxNTGNNO5Vn014UB88=";
};
doCheck = false;