code-cursor: 1.7.38 -> 2.0.64

Update code-cursor with new changes as listed in
https://cursor.com/changelog/2-0
This commit is contained in:
Jet Pham
2025-10-29 19:32:10 -07:00
parent 591830fb9d
commit 86c0e22c9c

View File

@@ -16,20 +16,20 @@ let
sources = { sources = {
x86_64-linux = fetchurl { x86_64-linux = fetchurl {
url = "https://downloads.cursor.com/production/9675251a06b1314d50ff34b0cbe5109b78f848cd/linux/x64/Cursor-1.7.52-x86_64.AppImage"; url = "https://downloads.cursor.com/production/25412918da7e74b2686b25d62da1f01cfcd27683/linux/x64/Cursor-2.0.64-x86_64.AppImage";
hash = "sha256-nhDDdXE5/m9uASiQUJ4GHfApkzkf9ju5b8s0h6BhpjQ="; hash = "sha256-zT9GhdwGDWZJQl+WpV2txbmp3/tJRtL6ds1UZQoKNzA=";
}; };
aarch64-linux = fetchurl { aarch64-linux = fetchurl {
url = "https://downloads.cursor.com/production/9675251a06b1314d50ff34b0cbe5109b78f848cd/linux/arm64/Cursor-1.7.52-aarch64.AppImage"; url = "https://downloads.cursor.com/production/25412918da7e74b2686b25d62da1f01cfcd27683/linux/arm64/Cursor-2.0.64-aarch64.AppImage";
hash = "sha256-96zL0pmcrEyDEy8oW2qWk6RM8XGE4Gd2Aa3Hhq0qvk0="; hash = "sha256-1pN9LfnplKyVUxlICQ2KsxcAn++dZY9hGR4XubHxLUY=";
}; };
x86_64-darwin = fetchurl { x86_64-darwin = fetchurl {
url = "https://downloads.cursor.com/production/9675251a06b1314d50ff34b0cbe5109b78f848cd/darwin/x64/Cursor-darwin-x64.dmg"; url = "https://downloads.cursor.com/production/25412918da7e74b2686b25d62da1f01cfcd27683/darwin/x64/Cursor-darwin-x64.dmg";
hash = "sha256-0//Sv57iEgRm/exnUnKVpdyk6fwxAnx0PDg2mVaB9J8="; hash = "sha256-lY5BJeauw5VtWuaAu8C9C2inmKFvv/OnCxOicE2Zs48=";
}; };
aarch64-darwin = fetchurl { aarch64-darwin = fetchurl {
url = "https://downloads.cursor.com/production/9675251a06b1314d50ff34b0cbe5109b78f848cd/darwin/arm64/Cursor-darwin-arm64.dmg"; url = "https://downloads.cursor.com/production/25412918da7e74b2686b25d62da1f01cfcd27683/darwin/arm64/Cursor-darwin-arm64.dmg";
hash = "sha256-g8Fk9+MDwzLTNitxJMApypfiLWEjze0PR2OIPC774j8="; hash = "sha256-IIJbuRdxTG7kSspspWk8GH9KZsKPyLJahz0iqSvP1B0=";
}; };
}; };
@@ -39,7 +39,7 @@ in
inherit useVSCodeRipgrep; inherit useVSCodeRipgrep;
commandLineArgs = finalCommandLineArgs; commandLineArgs = finalCommandLineArgs;
version = "1.7.52"; version = "2.0.64";
pname = "cursor"; pname = "cursor";
# You can find the current VSCode version in the About dialog: # You can find the current VSCode version in the About dialog: