raycast: 1.84.2 -> 1.84.8, move to pkgs/by-name (#352202)

This commit is contained in:
Nikolay Korotkiy
2024-11-01 22:18:48 +04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -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;
-2
View File
@@ -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 { };