Update Cursor to version 1.7.53

This commit is contained in:
GitHub Action
2025-10-21 12:43:26 +00:00
parent 384774c6ce
commit 95207399b2
2 changed files with 6 additions and 6 deletions
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1760524057,
"narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=",
"lastModified": 1760878510,
"narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5",
"rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67",
"type": "github"
},
"original": {
+3 -3
View File
@@ -106,9 +106,9 @@
packages.${system} = {
default = self.packages.${system}.cursor;
cursor = buildCursor {
version = "1.7.52";
url = "https://downloads.cursor.com/production/9675251a06b1314d50ff34b0cbe5109b78f848cd/linux/x64/Cursor-1.7.52-x86_64.AppImage";
sha256 = "0d56c6h8fd6bdywkpxhz769jkw0x0sg5141805p6zzirf5sw644y"; # Will be updated by GitHub Actions
version = "1.7.53";
url = "https://downloads.cursor.com/production/ab6b80c19b51fe71d58e69d8ed3802be587b3418/linux/x64/Cursor-1.7.53-x86_64.AppImage";
sha256 = "1xqyfmlc8qijmky6ifnz7yhjsbp2dkdrylnabkwq5lbhcjj623nf"; # Will be updated by GitHub Actions
};
};