Update Cursor to version 2.2.14

This commit is contained in:
GitHub Action
2025-12-11 12:50:06 +00:00
parent e2419bf1dd
commit e97e01d122
2 changed files with 6 additions and 6 deletions
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1764950072, "lastModified": 1765186076,
"narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f61125a668a320878494449750330ca58b78c557", "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
"type": "github" "type": "github"
}, },
"original": { "original": {
+3 -3
View File
@@ -106,9 +106,9 @@
packages.${system} = { packages.${system} = {
default = self.packages.${system}.cursor; default = self.packages.${system}.cursor;
cursor = buildCursor { cursor = buildCursor {
version = "2.1.50"; version = "2.2.14";
url = "https://downloads.cursor.com/production/56f0a83df8e9eb48585fcc4858a9440db4cc7771/linux/x64/Cursor-2.1.50-x86_64.AppImage"; url = "https://downloads.cursor.com/production/1685afce45886aa5579025ac7e077fc3d4369c52/linux/x64/Cursor-2.2.14-x86_64.AppImage";
sha256 = "0wfsa42rn8cxf9m9kk8a5zwj98ry73221mw2qaql7krg79dmyaw2"; # Will be updated by GitHub Actions sha256 = "1ck10q96mnl21v82ql7si3f8pxn88ya5ykcmsgdndb9wdm33729g"; # Will be updated by GitHub Actions
}; };
}; };