Merge pull request #277191 from trzpiot/sea-orm-cli-0.12.10

sea-orm-cli: 0.12.2 -> 0.12.10
This commit is contained in:
Nick Cao 2023-12-28 12:24:03 -05:00 committed by GitHub
commit 229663091b
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.12.2";
version = "0.12.10";
src = fetchCrate {
inherit pname version;
hash = "sha256-mg0PkWxlfwo4eAtbU1ZOphEUBB1P6VsSpODyJZhvwQs=";
hash = "sha256-BVQbzP/+TJFqhnBeerYiLMpJJ8q9x582DR5X10K027U=";
};
nativeBuildInputs = [ pkg-config ];
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
cargoHash = "sha256-6LXJtY844CyR6H0/IkEJrpSj4UNWcpO/XoTzUthcTUc=";
cargoHash = "sha256-qCcWReo72eHN9MoTVAmSHYVhpqw0kZ9VU/plYRcirVA=";
meta = with lib; {
homepage = "https://sea-ql.org/SeaORM";