raycast: 1.55.1 -> 1.55.2

This commit is contained in:
JesusMtnez 2023-07-18 05:56:33 +02:00
parent 6f93c775d6
commit 1881de6558
No known key found for this signature in database
GPG Key ID: D54244C88732F2A1

View File

@ -6,12 +6,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.55.1";
version = "1.55.2";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-LklPE08OnrDQbHSYLplzVs8IkkuVrjq2fsBDCRD4dv0=";
hash = "sha256-O+9dSXmkNxeY0Rvjn7dcStk/cqmM4y+lrXa5MymYUcY=";
};
dontPatch = true;