raycast: 1.83.1 -> 1.83.2

Changelog: https://www.raycast.com/changelog/1-83-0
This commit is contained in:
DontEatOreo 2024-10-02 18:13:41 +03:00
parent 7033ba8331
commit 61d40e678c
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.83.1";
version = "1.83.2";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-3EJAhjMEkQgyGMshCeV7Ci//tflEbhcOOFIdAsTIfh0=";
hash = "sha256-/oFzkC4I4fuHIaw6V6YyhmlHb/nGVeeqnawr3GjgAGw=";
};
dontPatch = true;