File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313stdenvNoCC . 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." ) ;
You can’t perform that action at this time.
0 commit comments