Merge pull request #295311 from r-ryantm/auto-update/gci

gci: 0.13.0 -> 0.13.1
This commit is contained in:
Nick Cao 2024-03-12 15:04:53 -04:00 committed by GitHub
commit 0c6503a6cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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