Skip to content

Commit 8b6870a

Browse files
committed
Update flake.nix to version 3.1.4 with new hash
1 parent 495ce03 commit 8b6870a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
mcp-hub = pkgs.buildNpmPackage {
2323
pname = "mcp-hub";
24-
version = "3.1.3";
24+
version = "3.1.4";
2525
src = self;
2626
inherit nodejs;
2727

2828
nativeBuildInputs = [nodejs];
29-
npmDepsHash = "sha256-lkHsyF2Fm2r4kAQlHirOQiDGrADLmGyEhbmekxaSyNE=";
29+
npmDepsHash = "sha256-TsfT1UTgxfC3no8M13pvRCwrIp3KAOtnx47T4eerwtw=";
3030
};
3131
in {
3232
packages = {

0 commit comments

Comments
 (0)