Merge pull request #321080 from DontEatOreo/update-raycast

raycast: 1.76.1 -> 1.77.0
This commit is contained in:
Aleksana 2024-06-20 15:17:57 +08:00 committed by GitHub
commit 98e8403e17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;