From 4fc33fe4952e3a8872fae4abf8b4409b1778521f Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Wed, 11 Mar 2026 12:03:13 +0000 Subject: [PATCH] Update Cursor to version 2.6.18 --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 0bb9be6..8baf81f 100644 --- a/flake.nix +++ b/flake.nix @@ -11,15 +11,15 @@ systems = [ "x86_64-linux" "aarch64-linux" ]; # BEGIN managed by ./update-cursor.sh - version = "2.6.14"; + version = "2.6.18"; sources = { x86_64-linux = { - url = "https://downloads.cursor.com/production/eb1c4e0702d201d1226d2a7afb25c501c2e56088/linux/x64/Cursor-2.6.14-x86_64.AppImage"; - sha256 = "09dvmlgsi60gai438z5x88kdwxjq08wpl1br6njrz6wzlqkrjf76"; + url = "https://downloads.cursor.com/production/68fbec5aed9da587d1c6a64172792f505bafa252/linux/x64/Cursor-2.6.18-x86_64.AppImage"; + sha256 = "0pr6ii7wgz5b24lb7wl1r47248pw704j57yl44pafln7g3xi694a"; }; aarch64-linux = { - url = "https://downloads.cursor.com/production/eb1c4e0702d201d1226d2a7afb25c501c2e56088/linux/arm64/Cursor-2.6.14-aarch64.AppImage"; - sha256 = "00lh3zhnzjwm7zyng5q792qgvmvm112jairjq4c7y00skgdzxd6z"; + url = "https://downloads.cursor.com/production/68fbec5aed9da587d1c6a64172792f505bafa252/linux/arm64/Cursor-2.6.18-aarch64.AppImage"; + sha256 = "10bq70facg74bv6ma4kxfzr0asza45apyg7gxjjvgp53w2qmr65d"; }; }; # END managed by ./update-cursor.sh