Unverified Commit edfad583 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #267200 from klchen0112/raycast

raycast: 1.60.1 -> 1.61.2
parents 8f175320 83217c6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "raycast";
  version = "1.60.1";
  version = "1.61.2";

  src = fetchurl {
    name = "Raycast.dmg";
    url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
    hash = "sha256-LO4EJR8+qzX17P2UpW/CiTR1BdvM8LSey0rnD6OiIU8=";
    hash = "sha256-MHJbVIVVDcuXig3E52wCnegt1mmRh9+kYbEL6MWjdqQ=";
  };

  dontPatch = true;