From efee77baf43bb7296362fcea14649f7a1e50d09b Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Sat, 4 Apr 2026 12:03:02 +0000 Subject: [PATCH] Update Cursor to version 3.0.12 --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 5e49798..64563c6 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.0.9"; + version = "3.0.12"; sources = { x86_64-linux = { - url = "https://downloads.cursor.com/production/93e276db8a03af947eafb2d10241e2de17806c29/linux/x64/Cursor-3.0.9-x86_64.AppImage"; - sha256 = "1f13ksn5gg9a7ymbcxifn6w0b43mgl9x60p7ipi2hl9syyxkr0vb"; + url = "https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/linux/x64/Cursor-3.0.12-x86_64.AppImage"; + sha256 = "0v6rzgahn3vbrh8pmf7s1njiqvvgf70f57zi6k5nk3d9508mrna9"; }; aarch64-linux = { - url = "https://downloads.cursor.com/production/93e276db8a03af947eafb2d10241e2de17806c29/linux/arm64/Cursor-3.0.9-aarch64.AppImage"; - sha256 = "1q5fsphx9fzc0xah40bphhjh6zi5dbaffgarbq74056glmpwjy3i"; + url = "https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/linux/arm64/Cursor-3.0.12-aarch64.AppImage"; + sha256 = "1rrlprb9k6ijldmfqkgk0vc4ng5pzrlqilqfnwz8sqwgdn826kgr"; }; }; # END managed by ./update-cursor.sh