mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
[Backport release-24.05] raycast: 1.82.0 -> 1.84.2 (#348066)
This commit is contained in:
commit
414e01b61f
@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "raycast";
|
pname = "raycast";
|
||||||
version = "1.82.0";
|
version = "1.84.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "Raycast.dmg";
|
name = "Raycast.dmg";
|
||||||
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
|
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
|
||||||
hash = "sha256-+USKcwmjapDH+zet7lHSWS6vT1GZ0ch+yPBRD2BrLS0=";
|
hash = "sha256-9bONKZyOEPj6eGQKx6IyZSf7ZZhwL985AzN/imNsoys=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontPatch = true;
|
dontPatch = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user