Skip to content

Commit

Permalink
ghorg: 1.10.0 -> 1.11.0 (#346541)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 5, 2024
2 parents b8267ea + 3254ebe commit b471a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/ghorg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "ghorg";
version = "1.10.0";
version = "1.11.0";

src = fetchFromGitHub {
owner = "gabrie30";
repo = "ghorg";
rev = "v${version}";
sha256 = "sha256-MZGpH8fvSERSMUxGa1JX4mb8d/p3aDztgRH1FQA8f/Y=";
sha256 = "sha256-tsR7cBpDa311rLI1CTXD2LLl3j2PxkBeQsjkUP99iIo=";
};

doCheck = false;
Expand Down

0 comments on commit b471a17

Please sign in to comment.