raycast: 1.82.0 -> 1.82.5

(cherry picked from commit 7a5f33c57f)
This commit is contained in:
DontEatOreo
2024-09-12 17:45:54 +03:00
parent 6c09f0ce2c
commit 40f5073bf5

View File

@@ -11,12 +11,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.82.0";
version = "1.82.5";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-+USKcwmjapDH+zet7lHSWS6vT1GZ0ch+yPBRD2BrLS0=";
hash = "sha256-wqX61h6iF3yhZePLvtGL+gsGOrRIwZ1w2i1F7M52bsw=";
};
dontPatch = true;