From b62d3e3480b478247f5b79c54ec56b279b5b9529 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Wed, 24 Dec 2025 21:19:45 +0000 Subject: [PATCH] Update Cursor to version 2.2.43 --- cursor-release.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cursor-release.nix b/cursor-release.nix index 7bf10b2..c92fa08 100644 --- a/cursor-release.nix +++ b/cursor-release.nix @@ -3,10 +3,10 @@ # # Notes: # - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`). - version = "0.0.0"; + version = "2.2.43"; sha256 = { - x86_64-linux = "0000000000000000000000000000000000000000000000000000"; - aarch64-linux = "0000000000000000000000000000000000000000000000000000"; + x86_64-linux = "1bgifjyscqymbz0srw8np9pc88gwcccic3z4cnydyfskxhnyj0sr"; + aarch64-linux = "0fn4h4hp1d5aggwfcki7qn9yq6q5wdkjcjc8l8bl5x0wf081nrzi"; }; }