Skip to content

Commit

Permalink
Merge pull request NixOS#262564 from r-ryantm/auto-update/toastify
Browse files Browse the repository at this point in the history
toastify: 0.5.2 -> 0.5.4
  • Loading branch information
colemickens authored Oct 24, 2023
2 parents 0ac6ae7 + 69b6bce commit 85933f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/toastify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85933f5

Please sign in to comment.