File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/se/sea-orm-cli Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88} :
99rustPlatform . buildRustPackage rec {
1010 pname = "sea-orm-cli" ;
11- version = "1.0 .1" ;
11+ version = "1.1 .1" ;
1212
1313 src = fetchCrate {
1414 inherit pname version ;
15- hash = "sha256-b1Nlt3vsLDajTiIW9Vn51Tv9gXja8/ZZBD62iZjh3KY =" ;
15+ hash = "sha256-rPPOVU5oyBIywiJuK23PutfvhxaFNi/VZ9kVWLMUVjI =" ;
1616 } ;
1717
1818 nativeBuildInputs = [ pkg-config ] ;
1919
2020 buildInputs = [ openssl ]
2121 ++ lib . optionals stdenv . hostPlatform . isDarwin [ darwin . apple_sdk . frameworks . SystemConfiguration ] ;
2222
23- cargoHash = "sha256-ZGM+Y67ycBiukgEBUq+WiA1OUCGahya591gM6CGwzMQ =" ;
23+ cargoHash = "sha256-r5nqzu79z/XdrqvaJ+5ylZI6tC/SKTzmoOSgkbAaPn4 =" ;
2424
2525 meta = with lib ; {
2626 homepage = "https://www.sea-ql.org/SeaORM" ;
You can’t perform that action at this time.
0 commit comments