From 2394f4c9acb485784d43e1dfc3bbe77d2e178a68 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 22 Oct 2025 12:43:47 +0000 Subject: [PATCH] Update Cursor to version 1.7.54 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 16df774..d3e69fa 100644 --- a/flake.nix +++ b/flake.nix @@ -106,9 +106,9 @@ packages.${system} = { default = self.packages.${system}.cursor; cursor = buildCursor { - version = "1.7.53"; - url = "https://downloads.cursor.com/production/ab6b80c19b51fe71d58e69d8ed3802be587b3418/linux/x64/Cursor-1.7.53-x86_64.AppImage"; - sha256 = "1xqyfmlc8qijmky6ifnz7yhjsbp2dkdrylnabkwq5lbhcjj623nf"; # Will be updated by GitHub Actions + version = "1.7.54"; + url = "https://downloads.cursor.com/production/5c17eb2968a37f66bc6662f48d6356a100b67be8/linux/x64/Cursor-1.7.54-x86_64.AppImage"; + sha256 = "14b0lmhcsfyb8prcsr3a3w4xp0cd9hg98zp7hn4njcc5yanlbb04"; # Will be updated by GitHub Actions }; };