Update Cursor to latest version

This commit is contained in:
GitHub Action
2025-10-10 20:33:24 +00:00
parent b0e626ff16
commit efd7682dd3
+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 = "1.7.38"; version = "1.7.44";
url = "https://downloads.cursor.com/production/fe5d1728063e86edeeda5bebd2c8e14bf4d0f96a/linux/x64/Cursor-1.7.38-x86_64.AppImage"; url = "https://downloads.cursor.com/production/9d178a4a5589981b62546448bb32920a8219a5de/linux/x64/Cursor-1.7.44-x86_64.AppImage";
sha256 = "1wgsq5xrnfi452qk650q1bnd59n57mp6gmcb5wg2dp6fnmahjr77"; # Will be updated by GitHub Actions sha256 = "1623qgx8q6dgkbbhsv05r7dygwyqrq3j4l8brslmki02w7mxpqpx"; # Will be updated by GitHub Actions
}; };
}; };