From 2c6ca71d643b9913365bde51b0ed2936d10bec45 Mon Sep 17 00:00:00 2001 From: thinktankmachine Date: Mon, 11 Aug 2025 10:03:53 +1000 Subject: [PATCH] Update Cursor to version 1.4.3 and update documentation --- QUICKSTART.md | 4 ++-- README.md | 4 ++-- flake.nix | 2 +- home.nix | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 8db3e25..8f61db7 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -1,6 +1,6 @@ # Quick Start Guide -Get Cursor 1.4.2 running on NixOS in minutes! +Get Cursor 1.4.3 running on NixOS in minutes! ## Prerequisites @@ -30,7 +30,7 @@ Get Cursor 1.4.2 running on NixOS in minutes! ## What You Get -- ✅ **Cursor 1.4.2**: Latest AI-first code editor +- ✅ **Cursor 1.4.3**: Latest AI-first code editor - ✅ **Development Environment**: Node.js, Python, Rust, Git - ✅ **Modern Shell**: Zsh with Starship prompt - ✅ **CLI Tools**: ripgrep, fd, bat, eza, fzf, tmux diff --git a/README.md b/README.md index ed4a32c..4ca7328 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Cursor NixOS Flake -A NixOS flake that provides Cursor 1.4.2 (AI-first code editor) as an AppImage with enhanced compatibility for NixOS systems. +A NixOS flake that provides Cursor 1.4.3 (AI-first code editor) as an AppImage with enhanced compatibility for NixOS systems. ## Features -- **Cursor 1.4.2**: Latest version of the AI-first code editor +- **Cursor 1.4.3**: Latest version of the AI-first code editor - **Enhanced AppImage Support**: Optimized for NixOS with proper library paths and environment setup - **Easy Integration**: Can be used as a standalone system or integrated into existing NixOS flakes - **Development Tools**: Complete development environment with modern tools diff --git a/flake.nix b/flake.nix index 63a11b4..d7565b6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "NixOS configuration with Cursor 1.4.2 AppImage"; + description = "NixOS configuration with Cursor 1.4.3 AppImage"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; diff --git a/home.nix b/home.nix index 0d6f420..a80d64a 100644 --- a/home.nix +++ b/home.nix @@ -7,10 +7,10 @@ let # First, unpack the AppImage and wrap it with the correct libraries unwrapped = pkgs.appimageTools.wrapType2 { pname = "cursor"; - version = "1.4.2"; + version = "1.4.3"; src = pkgs.fetchurl { - url = "https://downloads.cursor.com/production/07aa3b4519da4feab4761c58da3eeedd253a1671/linux/x64/Cursor-1.4.2-x86_64.AppImage"; - sha256 = "0gb89li1aklzgc9h8y5rlrnk0n6sb4ikahaml4r9kr6ixadc4b1a"; + url = "https://downloads.cursor.com/production/e50823e9ded15fddfd743c7122b4724130c25df8/linux/x64/Cursor-1.4.3-x86_64.AppImage"; + sha256 = "042x8363gn6yam0hnc8aibaj7m86fyyaldfiswhzv25bgs5cwdvg"; }; # All the libraries needed by Cursor, which will be added to the RPATH