Skip to content

Commit 5ea647a

Browse files
committed
dolt: 1.81.2 -> 1.83.3
1 parent 01961cb commit 5ea647a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/do/dolt/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
buildGoModule (finalAttrs: {
99
pname = "dolt";
10-
version = "1.81.2";
10+
version = "1.83.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "dolthub";
1414
repo = "dolt";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-dL6WJvApRGC8ADFowms81YbJpLbbTyNQfI/RIotgTdc=";
16+
hash = "sha256-2y+SZRj4RSzE4URmrzdZ/mdhflP74AglQNiRgRpCmXs=";
1717
};
1818

1919
modRoot = "./go";
2020
subPackages = [ "cmd/dolt" ];
21-
vendorHash = "sha256-wufwBlRiRiNVZgkBFRqZIB6vNeWBBaCDdV2tcynhatk=";
21+
vendorHash = "sha256-iJ1S8e1JG07Cs4dMmVAgPws59DFMSv7NqBjXKhcHPvU=";
2222
proxyVendor = true;
2323
doCheck = false;
2424

0 commit comments

Comments
 (0)