From 472860f4267ea3a95b162f73426935e548e28953 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Thu, 26 Jun 2025 01:41:29 -0700 Subject: [PATCH] nix: update npm deps hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a5395c5..4c70921 100644 --- a/flake.nix +++ b/flake.nix @@ -155,7 +155,7 @@ ''; # Let buildNpmPackage handle npm package hash - npmDepsHash = "sha256-G+rT0f3wZZmZVDBd4CIswNeUzlmJ+TKy/gmZ0B5GMxY="; + npmDepsHash = "sha256-BIy8hBXW+6JGcIwuTB7jB+HFeBQavgFN7s0His/tt7w="; meta = with pkgs.lib; { description = "NodeJS application with media playback capabilities";