Skip to content

Commit

Permalink
Merge pull request #303031 from r-ryantm/auto-update/dolt
Browse files Browse the repository at this point in the history
dolt: 1.35.7 -> 1.35.8
  • Loading branch information
marsam authored Apr 10, 2024
2 parents 029aa58 + d4502d8 commit 86a264e
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 = "1.35.7";
version = "1.35.8";

src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-n6J6gFXdUvR1G2KmZf/k1ngeXAUbYorNFDxND+e5YIY=";
sha256 = "sha256-JpRJbAxu6Bz47vJ/DB3QpUZk2LcGHe/vUVpzbnsG+FI=";
};

modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-o9b+eoFCrC7oN26nyeFGMWnLtvU+Wk7e9cr38bSsKTs=";
vendorHash = "sha256-Hk9ILvK9b/3Eh7D6NQT7W6ZCW0J3unuALqy/po46cm8=";
proxyVendor = true;
doCheck = false;

Expand Down

0 comments on commit 86a264e

Please sign in to comment.