Skip to content

Commit 639b462

Browse files
FlameFlaglovesegfault
authored andcommitted
raycast: 1.91.2 -> 1.92.1
Changelog: https://www.raycast.com/changelog/1-92-0
1 parent 688fd63 commit 639b462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212

1313
stdenvNoCC.mkDerivation (finalAttrs: {
1414
pname = "raycast";
15-
version = "1.91.2";
15+
version = "1.92.1";
1616

1717
src =
1818
{
1919
aarch64-darwin = fetchurl {
2020
name = "Raycast.dmg";
2121
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
22-
hash = "sha256-DnNe7huyqrReVu3oeLB4YVf04NxmZL+9/fY/MlHplBc=";
22+
hash = "sha256-2/QUQMZk2XxJoKAjZvjQGL87w5+TyaqErVNr/xAT9JU=";
2323
};
2424
x86_64-darwin = fetchurl {
2525
name = "Raycast.dmg";
2626
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
27-
hash = "sha256-t+jRLZtpwVYAEVu7CjGiQMhPCoWhLUn/XODT27LmR+c=";
27+
hash = "sha256-s8OTw4WN7z1cxaTjkAhxnL8VPj+XAYEDCQPejvFjuY0=";
2828
};
2929
}
3030
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");

0 commit comments

Comments
 (0)