|
48 | 48 | }: |
49 | 49 | let |
50 | 50 | pname = "cursor"; |
51 | | - version = "0.48.9"; |
| 51 | + version = "0.49.6"; |
52 | 52 |
|
53 | 53 | inherit (stdenvNoCC) hostPlatform; |
54 | 54 |
|
55 | 55 | sources = { |
56 | 56 | x86_64-linux = fetchurl { |
57 | | - url = "https://downloads.cursor.com/production/61e99179e4080fecf9d8b92c6e2e3e00fbfb53f4/linux/x64/Cursor-0.48.9-x86_64.AppImage"; |
58 | | - hash = "sha256-Rw96CIN+vL1bIj5o68gWkHeiqgxExzbjwcW4ad10M2I="; |
| 57 | + url = "https://downloads.cursor.com/production/0781e811de386a0c5bcb07ceb259df8ff8246a52/linux/x64/Cursor-0.49.6-x86_64.AppImage"; |
| 58 | + hash = "sha256-WH4/Zw0VJmRGyRzMlkThkhZ4fGysMKBUSIPCTsyGS4w="; |
59 | 59 | }; |
60 | 60 | aarch64-linux = fetchurl { |
61 | | - url = "https://downloads.cursor.com/production/61e99179e4080fecf9d8b92c6e2e3e00fbfb53f4/linux/arm64/Cursor-0.48.9-aarch64.AppImage"; |
62 | | - hash = "sha256-RMDYoQSIO0jukhC5j1TjpwCcK0tEnvoVpXbFOxp/K8o="; |
| 61 | + url = "https://downloads.cursor.com/production/0781e811de386a0c5bcb07ceb259df8ff8246a52/linux/arm64/Cursor-0.49.6-aarch64.AppImage"; |
| 62 | + hash = "sha256-cpNoff6mDRkT2RicaDlxzqVP9BNe6UEGgJVHr1xMiv0="; |
63 | 63 | }; |
64 | 64 | x86_64-darwin = fetchurl { |
65 | | - url = "https://downloads.cursor.com/production/61e99179e4080fecf9d8b92c6e2e3e00fbfb53f4/darwin/x64/Cursor-darwin-x64.dmg"; |
66 | | - hash = "sha256-172BGNNVvpZhk99rQN19tTsxvRADjmtEzgkZazke/v4="; |
| 65 | + url = "https://downloads.cursor.com/production/0781e811de386a0c5bcb07ceb259df8ff8246a52/darwin/x64/Cursor-darwin-x64.dmg"; |
| 66 | + hash = "sha256-fAaLY9YTIuNThFl5OsIMHavy2xwDgYooL4xTSp4Cwzw="; |
67 | 67 | }; |
68 | 68 | aarch64-darwin = fetchurl { |
69 | | - url = "https://downloads.cursor.com/production/61e99179e4080fecf9d8b92c6e2e3e00fbfb53f4/darwin/arm64/Cursor-darwin-arm64.dmg"; |
70 | | - hash = "sha256-IQ4UZwEBVGMaGUrNVHWxSRjbw8qhLjOJ2KYc9Y26LZU="; |
| 69 | + url = "https://downloads.cursor.com/production/0781e811de386a0c5bcb07ceb259df8ff8246a52/darwin/arm64/Cursor-darwin-arm64.dmg"; |
| 70 | + hash = "sha256-DNN2+gfs9u0tZmh75J258d2TL6ErIYludMgPJZcgfb8="; |
71 | 71 | }; |
72 | 72 | }; |
73 | 73 |
|
@@ -113,7 +113,6 @@ stdenvNoCC.mkDerivation { |
113 | 113 | libdrm |
114 | 114 | libgbm |
115 | 115 | libGL |
116 | | - libGL |
117 | 116 | libva-minimal |
118 | 117 | libxkbcommon |
119 | 118 | libxkbfile |
@@ -162,7 +161,8 @@ stdenvNoCC.mkDerivation { |
162 | 161 | substituteInPlace $out/share/applications/cursor.desktop --replace-fail "/usr/share/cursor/cursor" "$out/bin/cursor" |
163 | 162 |
|
164 | 163 | wrapProgram $out/bin/cursor \ |
165 | | - --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" |
| 164 | + --add-flags "--update=false" \ |
| 165 | + --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=x11 --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" |
166 | 166 | ''} |
167 | 167 |
|
168 | 168 | ${lib.optionalString hostPlatform.isDarwin '' |
|
0 commit comments