raycast: 1.81.2 -> 1.82.0

Changelog: https://www.raycast.com/changelog/1-82-0
This commit is contained in:
DontEatOreo 2024-09-04 18:41:11 +03:00
parent 35ff1783b7
commit b6b4f4044c
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.81.2";
version = "1.82.0";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-Yz4H71doc5QC+AX5iSmOwewuKjU9dnK5ijVzYoOedYc=";
hash = "sha256-+USKcwmjapDH+zet7lHSWS6vT1GZ0ch+yPBRD2BrLS0=";
};
dontPatch = true;