raycast: 1.72.0 -> 1.73.0

Changelog: https://www.raycast.com/changelog/1-73-0
This commit is contained in:
DontEatOreo 2024-05-08 15:29:11 +03:00
parent a0feda2230
commit 28d2f5bc84
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -10,12 +10,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.72.0";
version = "1.73.0";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-L6CXWRmBfit+uWODEWt7u71shFAadPOqtNifMnSp0BU=";
hash = "sha256-TiHFuU54+IDBrdIMSI397ysm8uOb2/oRhSyoy+5yzTw=";
};
dontPatch = true;