Skip to content

Commit

Permalink
raycast: 1.84.2 -> 1.84.8, move to pkgs/by-name (#352202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Nov 1, 2024
2 parents 7115c09 + eff4669 commit 9a252d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.84.2";
version = "1.84.8";

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

dontPatch = true;
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34910,8 +34910,6 @@ with pkgs;

raylib-games = callPackage ../games/raylib-games { };

raycast = callPackage ../os-specific/darwin/raycast { };

redeclipse = callPackage ../games/redeclipse { };

rftg = callPackage ../games/rftg { };
Expand Down

0 comments on commit 9a252d6

Please sign in to comment.