Skip to content

Commit

Permalink
influxdb: 1.8.2 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 18, 2020
1 parent 9e1943e commit 26f82d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/nosql/influxdb/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "influxdb";
version = "1.8.2";
version = "1.8.3";

src = fetchFromGitHub {
owner = "influxdata";
repo = pname;
rev = "v${version}";
sha256 = "11zkia43i3in1xv84iz6rm9cfhf4k6nxn144m7dz7a7nv3chi20g";
sha256 = "1siv31gp7ypjphxjfv91sxzpz2rxk1nn2aj17pgk0cz7c8m59ic7";
};

vendorSha256 = "097x3z1fhdl5s3ni2qzbqxqr60l6lqcrbikq20fs052dp287q0sp";
vendorSha256 = "1pylw30dg6ljxm9ykmsqapg1vq71bj1ngdq4arvmmzcdhy1nhmh0";

doCheck = false;

Expand Down

0 comments on commit 26f82d4

Please sign in to comment.