From 4c3e28cde30d046b590efcc297591d67dc123c61 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Mon, 1 Jun 2026 08:28:12 +0000 Subject: [PATCH] Update Cursor to version 3.6.31 --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 25d4d91..d82b7fe 100644 --- a/flake.nix +++ b/flake.nix @@ -11,15 +11,15 @@ systems = [ "x86_64-linux" "aarch64-linux" ]; # BEGIN managed by ./update-cursor.sh - version = "3.5.38"; + version = "3.6.31"; sources = { x86_64-linux = { - url = "https://downloads.cursor.com/production/009bb5a3600dd98fe1c1f25798f767f686e14759/linux/x64/Cursor-3.5.38-x86_64.AppImage"; - sha256 = "1kvd4aj02gjpswq3qlvnv064x9qrp08k6nycgi8xv5c9aadk9ly6"; + url = "https://downloads.cursor.com/production/81fcf2931d7687b4ff3f3017858d0c6dee7e2a68/linux/x64/Cursor-3.6.31-x86_64.AppImage"; + sha256 = "0hln0b2jwpv9ax3yyavapfj9qhkgmrw6wgg5k43jb3plinhkhiq1"; }; aarch64-linux = { - url = "https://downloads.cursor.com/production/009bb5a3600dd98fe1c1f25798f767f686e14759/linux/arm64/Cursor-3.5.38-aarch64.AppImage"; - sha256 = "0l4d1zlqlbvm560ya8a673j3gwac0n3nb5r4vy2k2gzpka9c71ak"; + url = "https://downloads.cursor.com/production/81fcf2931d7687b4ff3f3017858d0c6dee7e2a68/linux/arm64/Cursor-3.6.31-aarch64.AppImage"; + sha256 = "196m1c1pv4h23dbadf06yly1j1aksphxq7vnlvxnj9ic2zaq4g5y"; }; }; # END managed by ./update-cursor.sh