Skip to content

Commit

Permalink
[Backport 353470 release 24.05] raycast: 1.84.2 -> 1.84.10 (#353663)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Nov 5, 2024
2 parents 20638fc + f29d7fc commit 12d2bf6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8770,6 +8770,13 @@
githubId = 2179419;
name = "Arseniy Seroka";
};
jakecleary = {
email = "[email protected]";
github = "jakecleary";
githubId = 4572429;
name = "Jake Cleary";
keys = [ { fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2"; } ];
};
jakedevs = {
email = "[email protected]";
github = "jakedevs";
Expand Down
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.10";

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

dontPatch = true;
Expand Down Expand Up @@ -47,7 +47,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
text = ''
url=$(curl --silent "https://releases.raycast.com/releases/latest?build=universal")
version=$(echo "$url" | jq -r '.version')
update-source-version raycast "$version" --file=./pkgs/os-specific/darwin/raycast/default.nix
update-source-version raycast "$version" --file=./pkgs/by-name/ra/raycast/package.nix
'';
});

Expand All @@ -59,6 +59,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
lovesegfault
stepbrobd
donteatoreo
jakecleary
];
platforms = [
"aarch64-darwin"
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 @@ -37155,8 +37155,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 12d2bf6

Please sign in to comment.