raycast: 1.64.4 -> 1.66.2

This commit is contained in:
Yifei Sun 2024-02-04 13:47:15 -05:00
parent 5b2367a660
commit 9b6cd4bcb2
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.64.4";
version = "1.66.2";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-ZnDr4kld4hHojkr5qDhtR6LH2mstimX+ImkD6zxk5Oc=";
hash = "sha256-HV3urzJX33dQjzUxtQhVgMaguGk8nqtXJJBXjHwaqC0=";
};
dontPatch = true;