Unverified Commit 0a3f291d authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

sea-orm-cli: 1.0.1 -> 1.1.1 (#357165)

parents 658159e0 f1244741
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 = "1.0.1";
  version = "1.1.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-b1Nlt3vsLDajTiIW9Vn51Tv9gXja8/ZZBD62iZjh3KY=";
    hash = "sha256-rPPOVU5oyBIywiJuK23PutfvhxaFNi/VZ9kVWLMUVjI=";
  };

  nativeBuildInputs = [ pkg-config ];
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
  buildInputs = [ openssl ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];

  cargoHash = "sha256-ZGM+Y67ycBiukgEBUq+WiA1OUCGahya591gM6CGwzMQ=";
  cargoHash = "sha256-r5nqzu79z/XdrqvaJ+5ylZI6tC/SKTzmoOSgkbAaPn4=";

  meta = with lib; {
    homepage = "https://www.sea-ql.org/SeaORM";