This commit is contained in:
jopejoe1 2023-03-14 19:18:14 +01:00
parent 5b5dddfb0c
commit 78b1bd967b
2 changed files with 0 additions and 1 deletions

View file

@ -0,0 +1,15 @@
{ lib, fetchFromGitHub, buildNpmPackage, ... }:
buildNpmPackage {
name = "knossos";
verison = "2.2";
src = fetchFromGitHub {
owner = "modrinth";
repo = "knossos";
rev = "v2.2";
hash = "sha256-p6rHMio9oOmT2qyPq+TPzd7id+X1fck9Wa3vLHWp0Kg=";
};
npmDepsHash = "sha256-4ha6qgehExf/OoUGu622vpBTN80/83r3IWbPbBOSCMQ=";
}