Merge pull request #303131 from DontEatOreo/update-raycast

raycast: 1.70.3 -> 1.71.1
This commit is contained in:
Bernardo Meurer 2024-04-10 13:35:15 -04:00 committed by GitHub
commit aca48416ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.70.3";
version = "1.71.1";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-BSeWkopuBszBAITiaAPIwUvP7I7sZTl1laQXWIN4qRE=";
hash = "sha256-TJBBguUMgH0QM8h6GMHrQmfmREB1O8k4tp3YMywYeXY=";
};
dontPatch = true;