mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
[Backport release-25.05] raycast: 1.102.5 -> 1.102.7 (#442726)
This commit is contained in:
@@ -12,19 +12,19 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "raycast";
|
pname = "raycast";
|
||||||
version = "1.102.5";
|
version = "1.102.7";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
{
|
{
|
||||||
aarch64-darwin = fetchurl {
|
aarch64-darwin = fetchurl {
|
||||||
name = "Raycast.dmg";
|
name = "Raycast.dmg";
|
||||||
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
|
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
|
||||||
hash = "sha256-Fh46CsAeE9TpqVlYCc6s5ytO5dm+xoDJ7NawML4D9R4=";
|
hash = "sha256-nfkgwSmIIRtsU6j+/y9xWO7KaBDQCrphftyn58/Pqrk=";
|
||||||
};
|
};
|
||||||
x86_64-darwin = fetchurl {
|
x86_64-darwin = fetchurl {
|
||||||
name = "Raycast.dmg";
|
name = "Raycast.dmg";
|
||||||
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
|
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
|
||||||
hash = "sha256-tBFnk5R9BqfL+MH1tBY76al7/jVzqpfI7yIGADQh6wQ=";
|
hash = "sha256-4H8TlPEkp5m+E+Eo3VvNE9F5g7v3h4F6inf7UysTW0U=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");
|
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");
|
||||||
|
|||||||
Reference in New Issue
Block a user