gci: 0.12.3 -> 0.13.0

This commit is contained in:
R. Ryantm 2024-02-27 11:08:39 +00:00
parent c8208f98ab
commit 3d42410de5

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "gci";
version = "0.12.3";
version = "0.13.0";
src = fetchFromGitHub {
owner = "daixiang0";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rR3aTNVKg5uUJ39SEEySHkwGotrfzHjC9KL3FDf1jik=";
sha256 = "sha256-k+Keyuz/P3WmLg6jcGC/1gv8WWqMbDQdsFjbiG/hpT4=";
};
vendorHash = "sha256-bPRcOvwbWEpcJUlIqQNeoYME4ky0YE5LlyWhSTWCIHQ=";
vendorHash = "sha256-g7htGfU6C2rzfu8hAn6SGr0ZRwB8ZzSf9CgHYmdupE8=";
meta = with lib; {
description = "Controls golang package import order and makes it always deterministic";