From 87af251aac55778fb232dbaf49c25417c2c04e83 Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 24 Dec 2025 17:15:47 -0400 Subject: [PATCH] Reset Cursor version to 0.0.0 and update SHA256 hashes to zero for both architectures to test runner actions --- cursor-release.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cursor-release.nix b/cursor-release.nix index c92fa08..7bf10b2 100644 --- a/cursor-release.nix +++ b/cursor-release.nix @@ -3,10 +3,10 @@ # # Notes: # - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`). - version = "2.2.43"; + version = "0.0.0"; sha256 = { - x86_64-linux = "1bgifjyscqymbz0srw8np9pc88gwcccic3z4cnydyfskxhnyj0sr"; - aarch64-linux = "0fn4h4hp1d5aggwfcki7qn9yq6q5wdkjcjc8l8bl5x0wf081nrzi"; + x86_64-linux = "0000000000000000000000000000000000000000000000000000"; + aarch64-linux = "0000000000000000000000000000000000000000000000000000"; }; }