sea-orm-cli: 1.1.12 -> 1.1.14 (#423552)

This commit is contained in:
Weijia Wang
2025-08-03 16:40:26 -06:00
committed by GitHub
+3 -3
View File
@@ -9,18 +9,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sea-orm-cli";
version = "1.1.12";
version = "1.1.14";
src = fetchCrate {
inherit pname version;
hash = "sha256-549ZThGMQ601q0nrzAD20MIrErANcghtB+DxYPUBUt4=";
hash = "sha256-7nJyonPU3mdFmV968Ai5M0+Y3fm0OKsNRSKafo64V+s=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
cargoHash = "sha256-pwOsuet1qV7175pso5tZm1VY4JznCx63XNcBX0Jh4F4=";
cargoHash = "sha256-IX7s5JoaOzfP01ypqg+k018b+qwnqI356Gs+nIrpxYg=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";