raycast: 1.76.1 -> 1.77.0

Changelog: https://www.raycast.com/changelog/1-77-0
This commit is contained in:
DontEatOreo 2024-06-19 20:19:15 +03:00
parent 5b75ddc9a3
commit 74988451f1
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.76.1";
version = "1.77.0";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-dZshCh1MSHf7ywwmNOvYNCXfSqC6C8vTCNsh/+klomk=";
hash = "sha256-rslrTwEl+Np8WdkEP1t79clmiBRhNvbN+q4dbU8TjgU=";
};
dontPatch = true;