ghorg: 1.11.6 -> 1.11.7

This commit is contained in:
R. Ryantm
2025-12-06 20:02:27 +00:00
parent 300f2d4247
commit c5021d9e39
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "ghorg";
version = "1.11.6";
version = "1.11.7";
src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-M1Kd0cpV/GRbxGdGs6nMn9DEnUdrSh9J5U52j7Hm6S8=";
sha256 = "sha256-3aFEpSyKICJ6jWZAMprE4nV6OxMFVvM82bmKSV87Sng=";
};
doCheck = false;