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.30";
|
|
|
|
url = {
|
|
x86_64-linux = "https://downloads.cursor.com/production/d1289018cc3fcc395487f65455e31651734308d7/linux/x64/Cursor-2.3.30-x86_64.AppImage";
|
|
aarch64-linux = "https://downloads.cursor.com/production/d1289018cc3fcc395487f65455e31651734308d7/linux/arm64/Cursor-2.3.30-aarch64.AppImage";
|
|
};
|
|
|
|
sha256 = {
|
|
x86_64-linux = "1w3yz2g4r4m2an1ralmcimkz62zzma7wyn62kapmm2jnyb481hyh";
|
|
aarch64-linux = "13faidivgighk6d1463yy9qgymr25ivrg37nsmk7b079fzvbds3n";
|
|
};
|
|
}
|