Merge pull request #334363 from alyssais/dioxus-cli-0.5.6

This commit is contained in:
Sandro 2024-08-13 15:39:07 +02:00 committed by GitHub
commit 19292b3f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
rustPlatform.buildRustPackage rec {
pname = "dioxus-cli";
version = "0.5.4";
version = "0.5.6";
src = fetchCrate {
inherit pname version;
hash = "sha256-rfftCJW3MRDg7a2WUDXZWGx1lYmOkqVRcJTEGMObars=";
hash = "sha256-cOd8OGkmebUYw6fNLO/kja81qKwqBuVpJqCix1Izf64=";
};
cargoHash = "sha256-cpgjs8ZxpJrnA5UtoVoP97VFfmQ7CS1H74D19x0bzAA=";
cargoHash = "sha256-shllaNdg9g6fD8qRyCKpN47keFUTu0g96MzVX4BrhXI=";
nativeBuildInputs = [ pkg-config cacert ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [