ghorg: 1.9.11 -> 1.9.12

This commit is contained in:
R. Ryantm
2024-05-16 13:09:29 +00:00
parent c68fb0f373
commit 24debae0cd
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghorg";
version = "1.9.11";
version = "1.9.12";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-22/HM/DYkNh8V1v09fca6/3TLwzYudpH/VNbh+3+iyE=";
sha256 = "sha256-8M8ovb3T7iSHXepG1eH3ByX+g5iVRl4/pctigQ4I0Pk=";
};
doCheck = false;