From 0525ac8665df06f4592529f84d0e8a50832aebd8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 31 Oct 2025 12:42:34 +0000 Subject: [PATCH] Update Cursor to version 2.0.43 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3b29a5d..2064605 100644 --- a/flake.nix +++ b/flake.nix @@ -106,9 +106,9 @@ packages.${system} = { default = self.packages.${system}.cursor; cursor = buildCursor { - version = "2.0.38"; - url = "https://downloads.cursor.com/production/3fa438a81d579067162dd8767025b788454e6f93/linux/x64/Cursor-2.0.38-x86_64.AppImage"; - sha256 = "0c6cdzlizldmqcli8z7ss98zkdjzps6mc3rg6fhba9jn5cxvqgqw"; # Will be updated by GitHub Actions + version = "2.0.43"; + url = "https://downloads.cursor.com/production/8e4da76ad196925accaa169efcae28c45454cce3/linux/x64/Cursor-2.0.43-x86_64.AppImage"; + sha256 = "05hk9xlnwyrnxqg2ny7nspmcrcwmjv3bqi8ywpddvxa836wbnkx2"; # Will be updated by GitHub Actions }; };