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.33";
|
|
|
|
url = {
|
|
x86_64-linux = "https://downloads.cursor.com/production/c68681c13bdb0dea7fb85526bcc3202d20233faa/linux/x64/Cursor-2.3.33-x86_64.AppImage";
|
|
aarch64-linux = "https://downloads.cursor.com/production/c68681c13bdb0dea7fb85526bcc3202d20233faa/linux/arm64/Cursor-2.3.33-aarch64.AppImage";
|
|
};
|
|
|
|
sha256 = {
|
|
x86_64-linux = "0kvp6jcyknrb6vap7hh58d6fcvs93fgls3vxq3hbiivfd3gciy80";
|
|
aarch64-linux = "0q2nwq3cm8np9c1n0rgrhv4nvb7779w94l2rff3bmm1hwbynh9c3";
|
|
};
|
|
}
|