mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
raycast: 1.83.2 -> 1.84.2
Changelog: https://www.raycast.com/changelog/1-84-0
(cherry picked from commit 3b66f6f8fd
)
This commit is contained in:
parent
27e72db3b1
commit
cc38508af2
@ -11,12 +11,12 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "raycast";
|
||||
version = "1.83.2";
|
||||
version = "1.84.2";
|
||||
|
||||
src = fetchurl {
|
||||
name = "Raycast.dmg";
|
||||
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
|
||||
hash = "sha256-/oFzkC4I4fuHIaw6V6YyhmlHb/nGVeeqnawr3GjgAGw=";
|
||||
hash = "sha256-9bONKZyOEPj6eGQKx6IyZSf7ZZhwL985AzN/imNsoys=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
Loading…
Reference in New Issue
Block a user