Unverified Commit d24bee6a authored by haruki-nikaidou's avatar haruki-nikaidou
Browse files

sea-orm-cli: 0.12.15 -> 1.0.1

parent f6166b50
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";