sea-orm-cli: 1.1.14 -> 1.1.16 (#442173)

This commit is contained in:
Wolfgang Walther
2025-09-23 18:02:26 +00:00
committed by GitHub
+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";