raycast: 1.59.0 -> 1.60.1

This commit is contained in:
Yifei Sun 2023-10-20 14:22:16 -04:00
parent c5ada8b4ca
commit a3a8bb09a8
No known key found for this signature in database
GPG Key ID: D973170F9B86DB70

View File

@ -6,12 +6,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.59.0";
version = "1.60.1";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-EA8DzfJtd1lM0/N1bQ8x9GQ8KiILwRKPIFKk6XlaBhg=";
hash = "sha256-LO4EJR8+qzX17P2UpW/CiTR1BdvM8LSey0rnD6OiIU8=";
};
dontPatch = true;