Skip to content

Commit

Permalink
[Backport release-24.05] raycast: 1.81.2 -> 1.82.0 (#339579)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 7, 2024
2 parents 72e612e + f41f4d0 commit 7d773b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/darwin/raycast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.81.2";
version = "1.82.0";

src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-Yz4H71doc5QC+AX5iSmOwewuKjU9dnK5ijVzYoOedYc=";
hash = "sha256-+USKcwmjapDH+zet7lHSWS6vT1GZ0ch+yPBRD2BrLS0=";
};

dontPatch = true;
Expand Down

0 comments on commit 7d773b7

Please sign in to comment.