Unverified Commit 45fb2feb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

raycast: 1.83.2 -> 1.84.2 (#347708)

parents 8cb39ebf 3b66f6f8
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.83.2";
  version = "1.84.2";

  src = fetchurl {
    name = "Raycast.dmg";
    url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
    hash = "sha256-/oFzkC4I4fuHIaw6V6YyhmlHb/nGVeeqnawr3GjgAGw=";
    hash = "sha256-9bONKZyOEPj6eGQKx6IyZSf7ZZhwL985AzN/imNsoys=";
  };

  dontPatch = true;