We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ffc05 commit 6d8bf22Copy full SHA for 6d8bf22
pkgs/by-name/ra/raycast/package.nix
@@ -11,12 +11,12 @@
11
12
stdenvNoCC.mkDerivation (finalAttrs: {
13
pname = "raycast";
14
- version = "1.84.8";
+ version = "1.84.10";
15
16
src = fetchurl {
17
name = "Raycast.dmg";
18
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
19
- hash = "sha256-MSxscz2c5eNfdlWxn8sEVtqg2iXlPnIfJHnaiMvwtgY=";
+ hash = "sha256-9y66rex0A7pWkdqS1R0mo5IAA6SkA2e6alGu9Rs6j6U=";
20
};
21
22
dontPatch = true;
0 commit comments