Update Cursor to version 2.3.33

This commit is contained in:
Gitea Action
2026-01-10 12:03:33 +00:00
parent b380d42758
commit 93acd0895e
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -3,15 +3,15 @@
#
# Notes:
# - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`).
version = "2.3.30";
version = "2.3.33";
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";
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 = "1w3yz2g4r4m2an1ralmcimkz62zzma7wyn62kapmm2jnyb481hyh";
aarch64-linux = "13faidivgighk6d1463yy9qgymr25ivrg37nsmk7b079fzvbds3n";
x86_64-linux = "0kvp6jcyknrb6vap7hh58d6fcvs93fgls3vxq3hbiivfd3gciy80";
aarch64-linux = "0q2nwq3cm8np9c1n0rgrhv4nvb7779w94l2rff3bmm1hwbynh9c3";
};
}