diff --git a/flake.nix b/flake.nix index 0083c42..f6b7f42 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.4.28"; + version = "2.4.30"; sources = { x86_64-linux = { - url = "https://downloads.cursor.com/production/f3f5cec40024283013878b50c4f9be4002e0b587/linux/x64/Cursor-2.4.28-x86_64.AppImage"; - sha256 = "09jg5x05hdbh9hsmxbn14d82rv56k85pz01m1y1pqyz0ckpasijn"; + url = "https://downloads.cursor.com/production/0f8217a84adf66daf250228a3ebf0da631d3c9b5/linux/x64/Cursor-2.4.30-x86_64.AppImage"; + sha256 = "00ig8wn9jsjqxpka8sy7013zlhxjgw6zd60d0zj84v83ibz4fanf"; }; aarch64-linux = { - url = "https://downloads.cursor.com/production/f3f5cec40024283013878b50c4f9be4002e0b587/linux/arm64/Cursor-2.4.28-aarch64.AppImage"; - sha256 = "1nldx7lipv11z69hjlp10x8kw4x8cn8zyv21dvywf9phmny0q4ca"; + url = "https://downloads.cursor.com/production/0f8217a84adf66daf250228a3ebf0da631d3c9b5/linux/arm64/Cursor-2.4.30-aarch64.AppImage"; + sha256 = "1l02d1y363p2yv92a887b3fbbzglixpzzfpvv64r3hwcx5rba82l"; }; }; # END managed by ./update-cursor.sh