Update Cursor to version 2.1.47

This commit is contained in:
GitHub Action
2025-12-04 12:47:52 +00:00
parent 5a9766d5f5
commit dfbd4b4b0d
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": 1764517877, "lastModified": 1764667669,
"narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", "narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", "rev": "418468ac9527e799809c900eda37cbff999199b6",
"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.46"; version = "2.1.47";
url = "https://downloads.cursor.com/production/ab326d0767c02fb9847b342c43ea58275c4b1685/linux/x64/Cursor-2.1.46-x86_64.AppImage"; url = "https://downloads.cursor.com/production/2d3ce3499c15efd55b6b8538ea255eb7ba4266b2/linux/x64/Cursor-2.1.47-x86_64.AppImage";
sha256 = "0snvkij4p3nq6vw9dxvaf3634ycq88m2x6xshwk38q66wwfq3071"; # Will be updated by GitHub Actions sha256 = "1nnj6h841l03s9in3gmqhs28ddvshx0103715zfv9ikpvimayfzy"; # Will be updated by GitHub Actions
}; };
}; };