Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-08-02 10:33:13 +02:00
parent d6652ac030
commit 0a498744e7
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 9 additions and 67 deletions

View file

@ -7,7 +7,7 @@ let
src = pkgs.fetchFromGitHub {
owner = "chvp";
repo = "tetris";
rev = "master";
rev = "main";
sha256 = "0jq5pih8bb1w2pglpklqix01pdd3a3wzzf0jnai0wy5gn93abpik";
};
packageJSON = ./package.json;