Skip to content

Commit 187de2e

Browse files
gci: 0.13.4 -> 0.13.5 (#339548)
2 parents 166b3fe + 1d7d8ef commit 187de2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/gci/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "gci";
8-
version = "0.13.4";
8+
version = "0.13.5";
99

1010
src = fetchFromGitHub {
1111
owner = "daixiang0";
1212
repo = pname;
1313
rev = "v${version}";
14-
sha256 = "sha256-nJyRgvMVmNmmxigsdDcKzUuTQg5lXa8JnmwVyQwyWxA=";
14+
sha256 = "sha256-jtDqaUko0So/VwY3NF5NyPFu1jxt4nIbUkJxILc+iTs=";
1515
};
1616

1717
vendorHash = "sha256-/8fggERlHySyimrGOHkDERbCPZJWqojycaifNPF6MjE=";

0 commit comments

Comments
 (0)