toastify: 0.5.2 -> 0.5.4

This commit is contained in:
R. Ryantm
2023-10-21 15:24:41 +00:00
parent 9ef114e19a
commit 69b6bce154
+3 -3
View File
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "toastify";
version = "0.5.2";
version = "0.5.4";
src = fetchFromGitHub {
owner = "hoodie";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fCwxFdpwtG83xw3DDt9rlnbY8V3eKemRFK/6E1Bhm4c=";
sha256 = "sha256-hSBh1LTfe3rQDPUryo2Swdf/yLYrOQ/Fg3Dz7ZqV3gw=";
};
cargoHash = "sha256-ecc3z0T82pYR9gSYZYxRYhse9IroydPOAtRgDWqHTbo=";
cargoHash = "sha256-Ps2pRLpPxw+OS1ungQtVQ8beoKpc8pjzQEndMNni08k=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk_11_0.frameworks.Cocoa