komodo: 1.18.4 -> 1.19.0 (#434639)

This commit is contained in:
Weijia Wang
2025-08-21 22:56:49 +02:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "komodo";
version = "1.18.4";
version = "1.19.0";
src = fetchFromGitHub {
owner = "moghtech";
repo = "komodo";
tag = "v${version}";
hash = "sha256-allGKoeI3mlMWbF9WsDbX/4eGdBT/eoF71uAk5iK0e4=";
hash = "sha256-KwxR5LKd82KAOxM8YTWbovTXR4eA/O49BmWemsNF1Yw=";
};
cargoHash = "sha256-nlCGrPlH+AZNz7BYDcoU0WBHBft4DnO4WfqGD5wVLmQ=";
cargoHash = "sha256-NkAkGM2FqYdSMmRZVJ4ryJR3vabLSj3OEyuL+8mopIY=";
# disable for check. document generation is fail
# > error: doctest failed, to rerun pass `-p komodo_client --doc`