Update Cursor to version 2.1.49

This commit is contained in:
GitHub Action
2025-12-06 12:40:22 +00:00
parent 99c9056a3a
commit 05f07ecb9f
2 changed files with 6 additions and 6 deletions
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1764667669,
"narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=",
"lastModified": 1764950072,
"narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "418468ac9527e799809c900eda37cbff999199b6",
"rev": "f61125a668a320878494449750330ca58b78c557",
"type": "github"
},
"original": {
+3 -3
View File
@@ -106,9 +106,9 @@
packages.${system} = {
default = self.packages.${system}.cursor;
cursor = buildCursor {
version = "2.1.48";
url = "https://downloads.cursor.com/production/ce371ffbf5e240ca47f4b5f3f20efed084991120/linux/x64/Cursor-2.1.48-x86_64.AppImage";
sha256 = "00nvx05im4s4fm1kxc3f5wl3hm3qxnb9r3gnm21ir5bkjrjvbbjj"; # Will be updated by GitHub Actions
version = "2.1.49";
url = "https://downloads.cursor.com/production/21a2ed198584d56a91c0b996d1a09c93f8538440/linux/x64/Cursor-2.1.49-x86_64.AppImage";
sha256 = "1inxycsqyxvllcc0pdyy72b85s9ai3wbmyrgzn8s9cnvz3nibbm3"; # Will be updated by GitHub Actions
};
};