Merge pull request #303131 from DontEatOreo/update-raycast

raycast: 1.70.3 -> 1.71.1

authored by Bernardo Meurer and committed by GitHub aca48416 74c15474

+2 -2
+2 -2
pkgs/os-specific/darwin/raycast/default.nix
··· 10 11 stdenvNoCC.mkDerivation (finalAttrs: { 12 pname = "raycast"; 13 - version = "1.70.3"; 14 15 src = fetchurl { 16 name = "Raycast.dmg"; 17 url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal"; 18 - hash = "sha256-BSeWkopuBszBAITiaAPIwUvP7I7sZTl1laQXWIN4qRE="; 19 }; 20 21 dontPatch = true;
··· 10 11 stdenvNoCC.mkDerivation (finalAttrs: { 12 pname = "raycast"; 13 + version = "1.71.1"; 14 15 src = fetchurl { 16 name = "Raycast.dmg"; 17 url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal"; 18 + hash = "sha256-TJBBguUMgH0QM8h6GMHrQmfmREB1O8k4tp3YMywYeXY="; 19 }; 20 21 dontPatch = true;