Merge pull request #184227 from r-ryantm/auto-update/influx-cli

influxdb2-cli: 2.2.1 -> 2.3.0
This commit is contained in:
Jonas Heinrich 2022-08-21 17:08:11 +02:00 committed by GitHub
commit df37078020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
}:
let
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "influxdata";
repo = "influx-cli";
rev = "v${version}";
sha256 = "sha256-9FUchI93xLpQwtpbr5S3GfVrApHaemwbnRPIfAWmG6Y=";
sha256 = "sha256-i3PN0mvSzPX/hu6fF2oizfioHZ2qU2V+mRwuxT1AYWo=";
};
in buildGoModule {