3
0
Fork 0
forked from mirrors/nixpkgs

raycast: 1.53.3 -> 1.53.4

This commit is contained in:
JesusMtnez 2023-06-19 05:28:51 +02:00
parent adae46b073
commit b1d3870fb3
No known key found for this signature in database
GPG key ID: D54244C88732F2A1

View file

@ -6,12 +6,12 @@
stdenvNoCC.mkDerivation rec {
pname = "raycast";
version = "1.53.3";
version = "1.53.4";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${version}/download?build=universal";
sha256 = "sha256-FHCNySTtP7Dxa2UAlYoHD4u5ammLuhOQKC3NGpxcyYo=";
sha256 = "sha256-bkNlGHCpYnHlKdzDyKGPF5jnoq2cSe1sdg9W2DwVrWc=";
};
dontPatch = true;