13 lines
334 B
Nix
13 lines
334 B
Nix
{
|
|
# Managed by ./update-cursor.sh
|
|
#
|
|
# Notes:
|
|
# - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`).
|
|
version = "2.2.43";
|
|
|
|
sha256 = {
|
|
x86_64-linux = "1bgifjyscqymbz0srw8np9pc88gwcccic3z4cnydyfskxhnyj0sr";
|
|
aarch64-linux = "0fn4h4hp1d5aggwfcki7qn9yq6q5wdkjcjc8l8bl5x0wf081nrzi";
|
|
};
|
|
}
|