From 940e2621bc7b6de8df86536d15173eb135ed8c18 Mon Sep 17 00:00:00 2001 From: NotNite Date: Wed, 10 May 2023 22:37:38 +0000 Subject: [PATCH] update nix hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0d5acf4..67f8123 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ pname = "gluestick"; version = "0.1.0"; src = ./.; - npmDepsHash = "sha256-keOreamXKunlJzU2AKJo0J02ZxQrjLdoCIMCaiwEU4Y="; + npmDepsHash = "sha256-JPsXIPyiGycT/4dcg78qAz+qqIRYpSR24NWeu+5jLk0="; nativeBuildInputs = inputs; buildInputs = inputs;