Update Cursor to version 2.2.43

This commit is contained in:
GitHub Action
2025-12-24 20:48:00 +00:00
parent ead1ff7034
commit c11a82f821
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
#
# Notes:
# - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`).
version = "0.0.0";
version = "2.2.43";
sha256 = {
x86_64-linux = "0000000000000000000000000000000000000000000000000000";
aarch64-linux = "0000000000000000000000000000000000000000000000000000";
x86_64-linux = "1bgifjyscqymbz0srw8np9pc88gwcccic3z4cnydyfskxhnyj0sr";
aarch64-linux = "0fn4h4hp1d5aggwfcki7qn9yq6q5wdkjcjc8l8bl5x0wf081nrzi";
};
}