From dc19976568197ab2fbe8e4b6cf4769410d0f2121 Mon Sep 17 00:00:00 2001 From: David Hain Date: Mon, 8 Jun 2026 10:50:39 +0200 Subject: [PATCH] Update the Nix Flake cargoHash (#85) To make the Nix build work again. Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/85 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 758a9c4..58e4b7e 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ inherit pname version; src = ./.; - cargoHash = "sha256-Xk3+a4FION/b0Ktp3SpA5w7uatt96uSEadV9t2bZqw8="; + cargoHash = "sha256-QF4HMYBjrxCBiq6PcsNy+kEOq/j+3zDzlcT5dy7MtQk="; pnpmDeps = pkgs.fetchPnpmDeps { inherit pname version;