Skip to content

Commit

Permalink
Merge pull request NixOS#259087 from r-ryantm/auto-update/gci
Browse files Browse the repository at this point in the history
gci: 0.11.1 -> 0.11.2
  • Loading branch information
fabianhjr authored Oct 5, 2023
2 parents ce3dcb4 + 601d562 commit 1b5dd66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/gci/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "gci";
version = "0.11.1";
version = "0.11.2";

src = fetchFromGitHub {
owner = "daixiang0";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qNkSAbVhX4P+DqCtxXSnxYjZwq/nMYsDpEif+q1oTIA=";
sha256 = "sha256-1JYmnMXm2ywGZAVhcfzvF1I1h0pBvijbeVmqKzgiz8U=";
};

vendorHash = "sha256-g7htGfU6C2rzfu8hAn6SGr0ZRwB8ZzSf9CgHYmdupE8=";
vendorHash = "sha256-bPRcOvwbWEpcJUlIqQNeoYME4ky0YE5LlyWhSTWCIHQ=";

meta = with lib; {
description = "Controls golang package import order and makes it always deterministic";
Expand Down

0 comments on commit 1b5dd66

Please sign in to comment.