Merge pull request #267200 from klchen0112/raycast

raycast: 1.60.1 -> 1.61.2
This commit is contained in:
Bernardo Meurer 2023-11-13 11:09:30 -03:00 committed by GitHub
commit edfad58322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.60.1";
version = "1.61.2";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-LO4EJR8+qzX17P2UpW/CiTR1BdvM8LSey0rnD6OiIU8=";
hash = "sha256-MHJbVIVVDcuXig3E52wCnegt1mmRh9+kYbEL6MWjdqQ=";
};
dontPatch = true;