Skip to content

Commit

Permalink
raycast: 1.87.4 -> 1.88.3
Browse files Browse the repository at this point in the history
Changelog: https://www.raycast.com/changelog/1-88-0
(cherry picked from commit 19c27de)
  • Loading branch information
DontEatOreo authored and github-actions[bot] committed Dec 17, 2024
1 parent 6903830 commit 8de3a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ra/raycast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.87.4";
version = "1.88.3";

src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-tM8j9oFIn5gAskM7Fxu4xMRh3pRsmroDDLkGyaie9I0=";
hash = "sha256-MOJlEUQHLDw8YeQC9sG5QLSO8qhgcWG8HtyRZCPHb+M=";
};

dontPatch = true;
Expand Down

0 comments on commit 8de3a88

Please sign in to comment.