Update Cursor to version 2.3.34
This commit is contained in:
+5
-5
@@ -3,15 +3,15 @@
|
|||||||
#
|
#
|
||||||
# Notes:
|
# Notes:
|
||||||
# - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`).
|
# - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`).
|
||||||
version = "2.3.33";
|
version = "2.3.34";
|
||||||
|
|
||||||
url = {
|
url = {
|
||||||
x86_64-linux = "https://downloads.cursor.com/production/c68681c13bdb0dea7fb85526bcc3202d20233faa/linux/x64/Cursor-2.3.33-x86_64.AppImage";
|
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/c68681c13bdb0dea7fb85526bcc3202d20233faa/linux/arm64/Cursor-2.3.33-aarch64.AppImage";
|
aarch64-linux = "https://downloads.cursor.com/production/643ba67cd252e2888e296dd0cf34a0c5d7625b96/linux/arm64/Cursor-2.3.34-aarch64.AppImage";
|
||||||
};
|
};
|
||||||
|
|
||||||
sha256 = {
|
sha256 = {
|
||||||
x86_64-linux = "0kvp6jcyknrb6vap7hh58d6fcvs93fgls3vxq3hbiivfd3gciy80";
|
x86_64-linux = "1sn3fzby9nn388azyp73fqsmnq51n9z42q208prn3l2zw44brjv6";
|
||||||
aarch64-linux = "0q2nwq3cm8np9c1n0rgrhv4nvb7779w94l2rff3bmm1hwbynh9c3";
|
aarch64-linux = "1msdsv0h53slmlnsckrl32g9pnqxx44039yky59h78pgfwy5kjgg";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user