3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238507 from JesusMtnezForks/raycast-1.53.4

raycast: 1.53.3 -> 1.53.4
This commit is contained in:
Atemu 2023-06-19 19:52:15 +02:00 committed by GitHub
commit 588fc00d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;