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

gci: 0.12.0 -> 0.12.1
This commit is contained in:
Nick Cao 2023-12-27 10:49:00 -05:00 committed by GitHub
commit 79b3347060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "gci";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "daixiang0";
repo = pname;
rev = "v${version}";
sha256 = "sha256-75ye/624fDcWCn+H0gAYHRPcVUh+JJm3vU6T4w1T0jM=";
sha256 = "sha256-h8vqpqohKQzd2IltHroo/AKnhufJsCC6qpSo8NYyhPI=";
};
vendorHash = "sha256-bPRcOvwbWEpcJUlIqQNeoYME4ky0YE5LlyWhSTWCIHQ=";