From a6f7fbcea0ca79ce942e0fa29a9b40a8748561d6 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Tue, 16 Jun 2026 12:04:12 +0000 Subject: [PATCH] Update Cursor to version 3.7.42 --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 4067471..1df350c 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.7.36"; + version = "3.7.42"; sources = { x86_64-linux = { - url = "https://downloads.cursor.com/production/776d1f9d76df50a4e0aeca61819a88e7c1b861e2/linux/x64/Cursor-3.7.36-x86_64.AppImage"; - sha256 = "0z20b615mwm2gkcyifk776573434m6r0v3wwy1c0nq6s3jc9rkjw"; + url = "https://downloads.cursor.com/production/5702c9cfca656d8710fad58402fe37f14345e3ac/linux/x64/Cursor-3.7.42-x86_64.AppImage"; + sha256 = "0viami3hql1hz8rsbk1hzfmxs70g8qjc1zgifwqf40yavr5ij6d8"; }; aarch64-linux = { - url = "https://downloads.cursor.com/production/776d1f9d76df50a4e0aeca61819a88e7c1b861e2/linux/arm64/Cursor-3.7.36-aarch64.AppImage"; - sha256 = "0i5cqcharsvgrsqz2jgb9x5sa091pw28kxr0mwq25rxazwdhj5mn"; + url = "https://downloads.cursor.com/production/5702c9cfca656d8710fad58402fe37f14345e3ac/linux/arm64/Cursor-3.7.42-aarch64.AppImage"; + sha256 = "15m1128rwansr9xh036rgv9fd7k4qh39cp12qimmz4mlnkh30w0g"; }; }; # END managed by ./update-cursor.sh