dolt 1.24.0 -> 1.30.7 https://repology.org/project/dolt/versions attrpath: dolt Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: { fetchFromGitHub, lib, buildGoModule }: buildGoModule rec { pname = "dolt"; version = "1.30.4"; src = fetchFromGitHub { owner = "dolthub"; repo = "dolt"; rev = "v${version}"; sha256 = "sha256-c9NjwTCPMl694ijDbljoPaSf86NywLXuKpiG00whA1o="; }; modRoot = "./go"; subPackages = [ "cmd/dolt" ]; vendorHash = "sha256-kLFANKOGTHcUtgEARm/GzVH5zPEv5ioHCTpgqSbO+pw="; proxyVendor = true; doCheck = false; meta = with lib; { description = "Relational database with version control and CLI a-la Git"; homepage = "https://github.com/dolthub/dolt"; license = licenses.asl20; maintainers = with maintainers; [ danbst ]; }; }