raycast: 1.85.2 -> 1.86.0

Changelog: https://www.raycast.com/changelog/1-86-0
This commit is contained in:
DontEatOreo 2024-11-20 15:15:30 +00:00
parent 95a65bf0a3
commit be92b059e9
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -11,12 +11,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.85.2";
version = "1.86.0";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-pmzoRZ0EMEA0kU37skGuEDu6ggBuUdFYCLRpZty5kgs=";
hash = "sha256-UvMPRLCaGgunpVwoF0Nbz+7Gma7zQP+nMMh5Cvqn0MA=";
};
dontPatch = true;