[Backport release-24.05] raycast: 1.82.0 -> 1.84.2 (#348066)

This commit is contained in:
Nick Cao 2024-10-13 14:12:12 -04:00 committed by GitHub
commit 414e01b61f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.82.0";
version = "1.84.2";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-+USKcwmjapDH+zet7lHSWS6vT1GZ0ch+yPBRD2BrLS0=";
hash = "sha256-9bONKZyOEPj6eGQKx6IyZSf7ZZhwL985AzN/imNsoys=";
};
dontPatch = true;