diff options
Diffstat (limited to 'overlays/default.nix')
-rw-r--r-- | overlays/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index ef2d93d..6f47c45 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -36,7 +36,7 @@ name = "${pname}-${version}-npm-deps"; hash = npmDepsHash; }; - npmDepsHash = ""; + npmDepsHash = "sha256-qPyS2F5jt1C5SZxvRuyPX4+TkYZKTffcekanWtH82EY="; pname = "igir"; src = final.fetchFromGitHub { hash = "sha256-f/3XIBFMxSPwJpfZTBhuznU/psChfnQEwZASOoH4Ij0="; |