Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 374a7386b601
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97dfc9da8a7a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Nov 6, 2020

  1. influxdb: 1.8.2 -> 1.8.3 (#102987)

    (cherry picked from commit 26f82d4)
    
    Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
    Redvers Davies and r-ryantm authored Nov 6, 2020
    Copy the full SHA
    97dfc9d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/nosql/influxdb/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/nosql/influxdb/default.nix
Original file line number Diff line number Diff line change
@@ -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;