raycast: fix path in update script and bump to 1.84.10 (#353470)

This commit is contained in:
Masum Reza
2024-11-04 20:08:23 +05:30
committed by GitHub
2 changed files with 11 additions and 3 deletions
+7
View File
@@ -9746,6 +9746,13 @@
githubId = 2179419;
name = "Arseniy Seroka";
};
jakecleary = {
email = "shout@jakecleary.net";
github = "jakecleary";
githubId = 4572429;
name = "Jake Cleary";
keys = [ { fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2"; } ];
};
jakedevs = {
email = "work@jakedevs.net";
github = "jakedevs";
+4 -3
View File
@@ -11,12 +11,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.84.8";
version = "1.84.10";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-MSxscz2c5eNfdlWxn8sEVtqg2iXlPnIfJHnaiMvwtgY=";
hash = "sha256-9y66rex0A7pWkdqS1R0mo5IAA6SkA2e6alGu9Rs6j6U=";
};
dontPatch = true;
@@ -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
'';
});
@@ -59,6 +59,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
lovesegfault
stepbrobd
donteatoreo
jakecleary
];
platforms = [
"aarch64-darwin"