Merge pull request #306007 from r-ryantm/auto-update/influxdb2-cli

influxdb2-cli: 2.7.4 -> 2.7.5
This commit is contained in:
Nick Cao 2024-04-22 11:47:02 -04:00 committed by GitHub
commit 824c003f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
}:
let
version = "2.7.4";
version = "2.7.5";
src = fetchFromGitHub {
owner = "influxdata";
repo = "influx-cli";
rev = "v${version}";
sha256 = "sha256-g/3hakOTRjRA6DU0DT5A+ChUF6ED/sdg3p4ZB5nbbU0=";
sha256 = "sha256-0Gyoy9T5pA+40k8kKybWBMtOfpKZxw3Vvp4ZB4ptcJs=";
};
in buildGoModule {