From 2cc7bde1e1d00d1abab39ed1119c58cd18af861d Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Sun, 11 Jan 2026 12:02:48 +0000 Subject: [PATCH] Update Cursor to version 2.3.34 --- cursor-release.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cursor-release.nix b/cursor-release.nix index 063adf0..ca94be7 100644 --- a/cursor-release.nix +++ b/cursor-release.nix @@ -3,15 +3,15 @@ # # Notes: # - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`). - version = "2.3.33"; + version = "2.3.34"; 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"; + 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 = "0kvp6jcyknrb6vap7hh58d6fcvs93fgls3vxq3hbiivfd3gciy80"; - aarch64-linux = "0q2nwq3cm8np9c1n0rgrhv4nvb7779w94l2rff3bmm1hwbynh9c3"; + x86_64-linux = "1sn3fzby9nn388azyp73fqsmnq51n9z42q208prn3l2zw44brjv6"; + aarch64-linux = "1msdsv0h53slmlnsckrl32g9pnqxx44039yky59h78pgfwy5kjgg"; }; }