From d34363c65039304f9dd0e3110467e79b8a951c82 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sat, 31 May 2025 15:21:35 -0700 Subject: [PATCH] nix: update deps hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 834e410..d689d83 100644 --- a/flake.nix +++ b/flake.nix @@ -155,7 +155,7 @@ ''; # Let buildNpmPackage handle npm package hash - npmDepsHash = "sha256-BqjJ4CxTPc14Od88sAm/ASwsLszkvcHHeNoZupotlFw="; + npmDepsHash = "sha256-G+rT0f3wZZmZVDBd4CIswNeUzlmJ+TKy/gmZ0B5GMxY="; meta = with pkgs.lib; { description = "NodeJS application with media playback capabilities";