18 lines
640 B
Nix
18 lines
640 B
Nix
{
|
|
# Managed by ./update-cursor.sh
|
|
#
|
|
# Notes:
|
|
# - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`).
|
|
version = "2.3.34";
|
|
|
|
url = {
|
|
x86_64-linux = "https://downloads.cursor.com/production/643ba67cd252e2888e296dd0cf34a0c5d7625b96/linux/x64/Cursor-2.3.34-x86_64.AppImage";
|
|
aarch64-linux = "https://downloads.cursor.com/production/643ba67cd252e2888e296dd0cf34a0c5d7625b96/linux/arm64/Cursor-2.3.34-aarch64.AppImage";
|
|
};
|
|
|
|
sha256 = {
|
|
x86_64-linux = "1sn3fzby9nn388azyp73fqsmnq51n9z42q208prn3l2zw44brjv6";
|
|
aarch64-linux = "1msdsv0h53slmlnsckrl32g9pnqxx44039yky59h78pgfwy5kjgg";
|
|
};
|
|
}
|