Skip to content

Commit 5661a97

Browse files
authored
ghorg: 1.11.0 -> 1.11.1 (#403315)
2 parents 413c574 + b2fdbcc commit 5661a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gh/ghorg/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "ghorg";
10-
version = "1.11.0";
10+
version = "1.11.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "gabrie30";
1414
repo = "ghorg";
1515
rev = "v${version}";
16-
sha256 = "sha256-tsR7cBpDa311rLI1CTXD2LLl3j2PxkBeQsjkUP99iIo=";
16+
sha256 = "sha256-kO9k/WOJpDOJi1tK6xJh6wIN3HPUFahT92mZWPLJKhY=";
1717
};
1818

1919
doCheck = false;

0 commit comments

Comments
 (0)