Skip to content

Commit

Permalink
sea-orm-cli: 0.12.15 -> 1.0.1 (NixOS#342632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Sep 21, 2024
2 parents 4038716 + d24bee6 commit b41512d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/sea-orm-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
}:
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 ];

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";
Expand Down

0 comments on commit b41512d

Please sign in to comment.