Merge pull request #163106 from r-ryantm/auto-update/ghorg

ghorg: 1.7.10 -> 1.7.11

authored by

Renaud and committed by
GitHub
4278418e c2a21f41

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/ghorg/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ghorg"; 5 - version = "1.7.10"; 5 + version = "1.7.11"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "gabrie30"; 9 9 repo = "ghorg"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-u5/BUAkaxu+uKLemYggIGtMP4E4eevw0gDI7R4LxnoA="; 11 + sha256 = "sha256-/JecaTRmqTB1I0tqBRidlqWOvNE6U5zep5/lFi8VTCc="; 12 12 }; 13 13 14 14 doCheck = false;