Unverified Commit 98e8403e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #321080 from DontEatOreo/update-raycast

raycast: 1.76.1 -> 1.77.0
parents 3c0a455c 74988451
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "raycast";
  version = "1.76.1";
  version = "1.77.0";

  src = fetchurl {
    name = "Raycast.dmg";
    url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
    hash = "sha256-dZshCh1MSHf7ywwmNOvYNCXfSqC6C8vTCNsh/+klomk=";
    hash = "sha256-rslrTwEl+Np8WdkEP1t79clmiBRhNvbN+q4dbU8TjgU=";
  };

  dontPatch = true;