Skip to content

Commit 6f653de

Browse files
chore: update cursor to 2.6.18 (#41)
Co-authored-by: jacopone <828254+jacopone@users.noreply.github.com>
1 parent ce7aa20 commit 6f653de

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nix

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

3333
let
3434
pname = "cursor";
35-
version = "2.6.13";
35+
version = "2.6.18";
3636

3737
sources = {
3838
x86_64-linux = fetchurl {
39-
url = "https://downloads.cursor.com/production/60faf7b51077ed1df1db718157bbfed740d2e168/linux/x64/Cursor-${version}-x86_64.AppImage";
40-
hash = "sha256-eqOZQhIWRhfBOB4owcLDt1fI9YAu4uRYlw6HEHutTMk=";
39+
url = "https://downloads.cursor.com/production/68fbec5aed9da587d1c6a64172792f505bafa252/linux/x64/Cursor-${version}-x86_64.AppImage";
40+
hash = "sha256-iiQT+3jHUqcuIdSfIgk4/CIiDsmB8rMoEav8x0+MJl8=";
4141
};
4242
aarch64-linux = fetchurl {
4343
url = "https://downloads.cursor.com/production/b9e5948c1ad20443a5cecba6b84a3c9b99d62582/linux/arm64/Cursor-${version}-aarch64.AppImage";

0 commit comments

Comments
 (0)