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: 8872e6f86b1f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cec981420c9d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 4, 2020

  1. dolt: 0.22.1 -> 0.22.5

    r-ryantm committed Dec 4, 2020
    Copy the full SHA
    6f5dfaa View commit details
  2. Merge pull request #105859 from r-ryantm/auto-update/dolt

    dolt: 0.22.1 -> 0.22.5
    SuperSandro2000 authored Dec 4, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    cec9814 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/sql/dolt/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/sql/dolt/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@

buildGoModule rec {
pname = "dolt";
version = "0.22.1";
version = "0.22.5";

src = fetchFromGitHub {
owner = "liquidata-inc";
repo = "dolt";
rev = "v${version}";
sha256 = "1n0yxnjxlz2bvybdvba8cqqv702ry3crq114l2bni7q7llfs5y08";
sha256 = "04lsmh80br1cr26dp11ai0f96lmjdkc9mjdwnmwkkc0d7igv7rc0";
};

modRoot = "./go";
subPackages = [ "cmd/dolt" "cmd/git-dolt" "cmd/git-dolt-smudge" ];
vendorSha256 = "0avk20g7ic1gw1qr8bp4rbl7m822q2kphwc9f6ld6p5yl6pwqv3h";
vendorSha256 = "0hyp44gzmp49mv26xa9j2nc64y2v3np1x1iqc4vsryf3ajsy2720";

doCheck = false;