Small renabme

This commit is contained in:
jopejoe1 2023-03-14 19:16:00 +01:00
parent 0e984e9969
commit ec465790e2

View file

@ -1,15 +0,0 @@
{ 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=";
}