sea-orm-cli: 1.1.14 -> 1.1.16

This commit is contained in:
R. Ryantm
2025-09-11 19:36:19 +00:00
parent 40c7c33545
commit 10646e2533
+3 -3
View File
@@ -9,18 +9,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sea-orm-cli";
version = "1.1.14";
version = "1.1.16";
src = fetchCrate {
inherit pname version;
hash = "sha256-7nJyonPU3mdFmV968Ai5M0+Y3fm0OKsNRSKafo64V+s=";
hash = "sha256-L8x7+yz/d03yOoWKWCtV1U+37JkTb28sH9OMxzrIsE4=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
cargoHash = "sha256-IX7s5JoaOzfP01ypqg+k018b+qwnqI356Gs+nIrpxYg=";
cargoHash = "sha256-efgzVuv9Lm8T+05Z0WAaux/l7hRdJdVPfpknKt22d50=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";