From ce4c1000fdfc3a498066d7244481bac1ed0ac534 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Nov 2025 12:46:14 +0000 Subject: [PATCH] Update Cursor to version 2.0.54 --- flake.lock | 6 +++--- flake.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 4ab3227..3582278 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1761672384, - "narHash": "sha256-o9KF3DJL7g7iYMZq9SWgfS1BFlNbsm6xplRjVlOCkXI=", + "lastModified": 1762111121, + "narHash": "sha256-4vhDuZ7OZaZmKKrnDpxLZZpGIJvAeMtK6FKLJYUtAdw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "08dacfca559e1d7da38f3cf05f1f45ee9bfd213c", + "rev": "b3d51a0365f6695e7dd5cdf3e180604530ed33b4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2064605..0ab543b 100644 --- a/flake.nix +++ b/flake.nix @@ -106,9 +106,9 @@ packages.${system} = { default = self.packages.${system}.cursor; cursor = buildCursor { - 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 + version = "2.0.54"; + url = "https://downloads.cursor.com/production/7a31bffd467aa2d9adfda69076eb924e9062cb27/linux/x64/Cursor-2.0.54-x86_64.AppImage"; + sha256 = "1ysgzxqg5gwmp1sy8m5bc3457rwvm9hkv9x2ccw4s7l0wgb2rnwx"; # Will be updated by GitHub Actions }; };