Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 3245ddd

Browse files
committed
v0.43.0
1 parent 46b1442 commit 3245ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
# It's difficult to find pinned versions of Cursor.
2020
# The latest version and download URL were found here:
2121
# https://changelog.cursor.sh/
22-
cursorVersion = "0.42.2";
22+
cursorVersion = "0.43.0";
2323
# This is the VS Code version that Cursor was built on.
2424
vscodeVersion = "1.93.1";
2525

2626
cursorSrc = pkgs.appimageTools.extractType2 {
2727
name = "cursor-appimage";
2828
src = pkgs.fetchurl {
2929
url = "https://dl.todesktop.com/230313mzl4w4u92/versions/${cursorVersion}/linux/appImage/x64";
30-
sha256 = "sha256-HDZ8i/86qZOqrsBcMbgeXGtZ5hmQfeDCqv9scBT1fak=";
30+
sha256 = "sha256-IcAUXGSMHxGd5Ak4cYA9/2YYg8UA+cRBGgnOupDuRXs=";
3131
};
3232
};
3333
vscodeLinuxArm64 = builtins.fetchTarball {

0 commit comments

Comments
 (0)