Unverified Commit 824c003f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

influxdb2-cli: 2.7.4 -> 2.7.5
parents 2a58fe7e c5bdaa82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {