3
0
Fork 0
forked from mirrors/nixpkgs

dolt: 1.21.4 -> 1.24.0

This commit is contained in:
R. Ryantm 2023-11-17 13:53:40 +00:00
parent e3de846947
commit f7c0b337a3

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "dolt";
version = "1.21.4";
version = "1.24.0";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-pa9xsbO/d5/3wCx2XKn4dzlqPlO3Ie/cGJiwfWTEUKc=";
sha256 = "sha256-bft4fa/ZABodrm7uwl7o2whqWhxuL7l3nLqCuTv4V0k=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-1Cy0PmDmMPpPZ2PLDP6sywb39MuExv2yabqSeP3Of9M=";
vendorHash = "sha256-0UNIPwFiQisWDRFaCA3JuS9R0byhWcCDQb54DZXQJ2w=";
proxyVendor = true;
doCheck = false;