Skip to content

Commit

Permalink
dolt: 0.18.0 -> 0.18.1 (#94393)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 1, 2020
1 parent bd44419 commit 0acd4d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/sql/dolt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "dolt";
version = "0.18.0";
version = "0.18.1";

src = fetchFromGitHub {
owner = "liquidata-inc";
repo = "dolt";
rev = "v${version}";
sha256 = "12kvjq3z9bggfmgci3wql4v8sh491dwp6qr768k8kwncqmp3jjvx";
sha256 = "106n4zlrs64vx09cm365jsymaa0949k0wjb845p2lp4794r9zkf7";
};

modRoot = "./go";
subPackages = [ "cmd/dolt" "cmd/git-dolt" "cmd/git-dolt-smudge" ];
vendorSha256 = "1lscjp4ih5kxrbqch9164bqrp7lbsir6vg4zcczhvhh0phbcbqjs";
vendorSha256 = "1pvf63cxwq4jj5gi2xalrsk2z1f7i53f0z6qc2p7aibwx9i1k9cz";

meta = with lib; {
description = "Relational database with version control and CLI a-la Git.";
Expand Down

0 comments on commit 0acd4d5

Please sign in to comment.