raycast: 1.74.1 -> 1.75.1

This commit is contained in:
DontEatOreo 2024-05-22 17:06:44 +03:00
parent 1ba6d73dfd
commit 8e26ccbdb4
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.74.1";
version = "1.75.1";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-vIhuXZ9FxpWLPoOciyl4Qe0G8vXY+to+CGxp+nRmyp8=";
hash = "sha256-lHGKWj4nn0GsviV83MKgCaQ6HW/CfeP8gg4VXlVXaXg=";
};
dontPatch = true;