Use hash instead of sha

This commit is contained in:
jopejoe1 2023-03-03 12:07:03 +01:00
parent 2fd71ec9d1
commit c064913bb3

View file

@ -8,7 +8,7 @@ buildNpmPackage {
owner = "modrinth";
repo = "knossos";
rev = "v2.2";
sha256 = "sha256-p6rHMio9oOmT2qyPq+TPzd7id+X1fck9Wa3vLHWp0Kg=";
hash = "sha256-p6rHMio9oOmT2qyPq+TPzd7id+X1fck9Wa3vLHWp0Kg=";
};
npmDepsHash = "sha256-4ha6qgehExf/OoUGu622vpBTN80/83r3IWbPbBOSCMQ=";