Skip to content

Commit

Permalink
Merge pull request #60351 from thoughtpolice/nixpkgs/crdb-update
Browse files Browse the repository at this point in the history
cockroachdb: 2.1.5 -> 2.1.6
  • Loading branch information
Lassulus committed Apr 30, 2019
2 parents fa4496b + 6efef9b commit fcb18ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/cockroachdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ let
in
buildGoPackage rec {
name = "cockroach-${version}";
version = "2.1.5";
version = "2.1.6";

goPackagePath = "github.com/cockroachdb/cockroach";

src = fetchurl {
url = "https://binaries.cockroachdb.com/cockroach-v${version}.src.tgz";
sha256 = "0bdbkz917175vp28kc513996ik0m61hfbvnqnv0alxv0mfx8djzn";
sha256 = "1sry2qvcar7yn80y2azh0lmz4yp12r27hq3w8nyqz2gw36k9k8q4";
};

inherit nativeBuildInputs buildInputs;
Expand Down

0 comments on commit fcb18ae

Please sign in to comment.