dolt: 1.59.10 -> 1.81.2 (#489380)

This commit is contained in:
Sandro
2026-03-01 02:44:23 +00:00
committed by GitHub
+6 -3
View File
@@ -1,26 +1,29 @@
{
fetchFromGitHub,
icu,
lib,
buildGoModule,
}:
buildGoModule (finalAttrs: {
pname = "dolt";
version = "1.59.10";
version = "1.81.2";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
tag = "v${finalAttrs.version}";
hash = "sha256-DfocUOHpPdNeMcL7kVm7ggm2cVgWp/ifvCFyFosxhcs=";
hash = "sha256-dL6WJvApRGC8ADFowms81YbJpLbbTyNQfI/RIotgTdc=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-yZ+q4KNfIiR2gpk10dpZOMiEN3V/Lk/pzhgaqp7lKag=";
vendorHash = "sha256-wufwBlRiRiNVZgkBFRqZIB6vNeWBBaCDdV2tcynhatk=";
proxyVendor = true;
doCheck = false;
buildInputs = [ icu ];
meta = {
description = "Relational database with version control and CLI a-la Git";
mainProgram = "dolt";