Merge pull request #249231 from campbellcole/master

sea-orm-cli: 0.11.3 -> 0.12.2
This commit is contained in:
figsoda 2023-08-15 20:13:23 -04:00 committed by GitHub
commit 85ab6c7af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sea-orm-cli";
version = "0.11.3";
version = "0.12.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-VRSdPsjRubJOsjdAxdnFCM9VmAVwGkXDvpXT4GF2jxY=";
hash = "sha256-mg0PkWxlfwo4eAtbU1ZOphEUBB1P6VsSpODyJZhvwQs=";
};
nativeBuildInputs = [ pkg-config ];
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
cargoHash = "sha256-4lPtj11Gc+0r2WQT8gx8eX+YK5L+HnUBR0w6pm3VlRQ=";
cargoHash = "sha256-6LXJtY844CyR6H0/IkEJrpSj4UNWcpO/XoTzUthcTUc=";
meta = with lib; {
homepage = "https://sea-ql.org/SeaORM";