raycast: 1.78.1 -> 1.79.0

Changelog: https://www.raycast.com/changelog/1-79-0
This commit is contained in:
DontEatOreo 2024-07-17 21:56:00 +03:00
parent b0654d9373
commit 842d980fa3
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.78.1";
version = "1.79.0";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-le1IB55vAXv1e+ll/K24jZ2Z0lqtEt3xKhwPxY+Ibis=";
hash = "sha256-LwnB4ORTmDNECRTfVFPcccPemab59R6xbj5n6kSVml4=";
};
dontPatch = true;