sea-orm-cli: 0.12.15 -> 1.0.1

This commit is contained in:
haruki-nikaidou 2024-09-17 16:33:18 -04:00
parent f6166b50dc
commit d24bee6a41
No known key found for this signature in database
GPG Key ID: C07FB7F6C2A9294C

View File

@ -8,11 +8,11 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sea-orm-cli";
version = "0.12.15";
version = "1.0.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-eRsWQXaE8zzECPY+xxVIwTylbuSPT6ABamI4WNVkw8M=";
hash = "sha256-b1Nlt3vsLDajTiIW9Vn51Tv9gXja8/ZZBD62iZjh3KY=";
};
nativeBuildInputs = [ pkg-config ];
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
cargoHash = "sha256-sIyKkTO2DSLkRAlSUSRQYrZb8UtKZrszjn2jELNOSOU=";
cargoHash = "sha256-ZGM+Y67ycBiukgEBUq+WiA1OUCGahya591gM6CGwzMQ=";
meta = with lib; {
homepage = "https://www.sea-ql.org/SeaORM";