raycast: 1.79.0 -> 1.80.0

Changelog: https://www.raycast.com/changelog/1-80-0
This commit is contained in:
DontEatOreo 2024-07-31 21:07:53 +03:00
parent cbc5ae3b20
commit 21ed61f0af
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.79.0";
version = "1.80.0";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-LwnB4ORTmDNECRTfVFPcccPemab59R6xbj5n6kSVml4=";
hash = "sha256-ZNvgMlKowSMz5nLNRyIZa5xLYe2oH6ANoXL0jUM1HwY=";
};
dontPatch = true;