commit 3ab2cc87e80dbabb273e984b071a9f31e84a9314
parent 4096cd0c6fe10fbd09582eae19a41cfdb474c62c
Author: mtmn <miro@haravara.org>
Date: Tue, 21 Apr 2026 17:07:03 +0200
chore: update npm hash
There is a bug that when there is more than one commit in a release PR
it effectively pushes a broken npm hash into master.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix
@@ -48,7 +48,7 @@
outputHashAlgo = "sha256";
outputHashMode = "recursive";
- outputHash = "sha256-095vHspxtARuyIeddUY6Cs3dFK7bFnMQhJZQOtmx55U=";
+ outputHash = "sha256-j4espZzGihuzirUfutYjg+YjGY+8A5QCrZbu99wjNnY=";
buildPhase = ''
export HOME=$TMPDIR