influxdb: 1.8.9 -> 1.8.10

This commit is contained in:
R. Ryantm 2021-10-31 00:10:19 +00:00
parent 17f73e2261
commit 092b91f15f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "influxdb";
version = "1.8.9";
version = "1.8.10";
src = fetchFromGitHub {
owner = "influxdata";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LavOnVREu7uLWcdM9zIonqoYPJBdY2j5eKMeVNXa1dk=";
sha256 = "sha256-PErAxRpSi1Kk6IpEAhsUSxCGYeY4p6bbhwLdbRB0M00=";
};
vendorSha256 = "sha256-jgAbEWXL1LYRN7ud9ij0Z1KBGHPZ0sRq78tsK92ob8k=";