sea-orm-cli: 1.1.11 -> 1.1.12

This commit is contained in:
R. Ryantm
2025-05-30 13:15:30 +00:00
parent 1c7b92be21
commit 5033057ec1
+3 -3
View File
@@ -9,11 +9,11 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sea-orm-cli";
version = "1.1.11";
version = "1.1.12";
src = fetchCrate {
inherit pname version;
hash = "sha256-JaUlRQfYTg/5GC3SHjDRYHc54naOW4NpdfB6lMcQqog=";
hash = "sha256-549ZThGMQ601q0nrzAD20MIrErANcghtB+DxYPUBUt4=";
};
nativeBuildInputs = [ pkg-config ];
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ];
useFetchCargoVendor = true;
cargoHash = "sha256-oytYVAbmGPotnnI7morg8ePH8Ox1hD1WhGwEct4F0vw=";
cargoHash = "sha256-pwOsuet1qV7175pso5tZm1VY4JznCx63XNcBX0Jh4F4=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";