diff --git a/flake.lock b/flake.lock index ff7718e..25b0fc5 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1777268161, - "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=", + "lastModified": 1777578337, + "narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76", + "rev": "15f4ee454b1dce334612fa6843b3e05cf546efab", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 81d7e1f..8568ac5 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.2.16"; + version = "3.2.21"; sources = { x86_64-linux = { - url = "https://downloads.cursor.com/production/3e548838cf824b70851dd3ef27d0c6aae371b3f6/linux/x64/Cursor-3.2.16-x86_64.AppImage"; - sha256 = "1832jg6hq8yimc7dh7r65abj63mgxkhifmpswydn0z3pvv29563y"; + url = "https://downloads.cursor.com/production/806df57ed3b6f1ee0175140d38039a38574ec722/linux/x64/Cursor-3.2.21-x86_64.AppImage"; + sha256 = "1mfri1qzsrzq8aza5bn59zgasrngrhddcqgr6llb4v695fc6xsyl"; }; aarch64-linux = { - url = "https://downloads.cursor.com/production/3e548838cf824b70851dd3ef27d0c6aae371b3f6/linux/arm64/Cursor-3.2.16-aarch64.AppImage"; - sha256 = "1mndrdy3nf9qh90kdgq2ajb61w279dfhbk81mf2jqibx8s0yf96v"; + url = "https://downloads.cursor.com/production/806df57ed3b6f1ee0175140d38039a38574ec722/linux/arm64/Cursor-3.2.21-aarch64.AppImage"; + sha256 = "00y0z7fxi80c09hz6nqj92y0x5mi8y43q8dh2myzvc1vzjr6i7a7"; }; }; # END managed by ./update-cursor.sh