komodo: 1.17.0-dev-7 -> 1.17.0

This commit is contained in:
R. Ryantm
2025-03-25 03:55:33 +00:00
parent 33319c3013
commit 55944768ea
+3 -3
View File
@@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "komodo";
version = "1.17.0-dev-7";
version = "1.17.0";
src = fetchFromGitHub {
owner = "moghtech";
repo = "komodo";
tag = "v${version}";
hash = "sha256-OcxSXNPyHbE8aUqs0REQrt7bZXHuuoNmf+LnPCDwe7w=";
hash = "sha256-8RY7g7dCjY+vt4x5+dcRhjcFPDhK8ZLMksPloWWharc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-j4C8fQ4+AhZS+lEHPx+X8dWyygFdnCPEAhuW/67hkSw=";
cargoHash = "sha256-r8p/kd3W7+zlrt2NsdAIOg9J4OU9QDTZBOWfCLV5+ys=";
# disable for check. document generation is fail
# > error: doctest failed, to rerun pass `-p komodo_client --doc`