Skip to content

Commit

Permalink
raycast: 1.83.2 -> 1.84.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Oct 10, 2024
1 parent 71a33cc commit 3b66f6f
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.83.2";
version = "1.84.2";

src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-/oFzkC4I4fuHIaw6V6YyhmlHb/nGVeeqnawr3GjgAGw=";
hash = "sha256-9bONKZyOEPj6eGQKx6IyZSf7ZZhwL985AzN/imNsoys=";
};

dontPatch = true;
Expand Down

0 comments on commit 3b66f6f

Please sign in to comment.