Update flake.nix / fix cargoHash (#136)

I wanted to try HelixNotes, I pulled the main branch but it failed to build with `nix build`.

Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/136
This commit is contained in:
lokthare
2026-06-19 09:54:58 +02:00
committed by ArkHost
parent 856ac94a76
commit 4f4e2854a6
+1 -1
View File
@@ -22,7 +22,7 @@
inherit pname version;
src = ./.;
cargoHash = "sha256-QF4HMYBjrxCBiq6PcsNy+kEOq/j+3zDzlcT5dy7MtQk=";
cargoHash = "sha256-3ihGgdU/1WFa3aOeEi5AcwTFIyGQgxT7Ad0uVuFYB+4=";
pnpmDeps = pkgs.fetchPnpmDeps {
inherit pname version;