Skip to content

Commit 6d8bf22

Browse files
committed
raycast: 1.84.8 → 1.84.10
1 parent 92ffc05 commit 6d8bf22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ra/raycast/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
stdenvNoCC.mkDerivation (finalAttrs: {
1313
pname = "raycast";
14-
version = "1.84.8";
14+
version = "1.84.10";
1515

1616
src = fetchurl {
1717
name = "Raycast.dmg";
1818
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
19-
hash = "sha256-MSxscz2c5eNfdlWxn8sEVtqg2iXlPnIfJHnaiMvwtgY=";
19+
hash = "sha256-9y66rex0A7pWkdqS1R0mo5IAA6SkA2e6alGu9Rs6j6U=";
2020
};
2121

2222
dontPatch = true;

0 commit comments

Comments
 (0)