Skip to content

Commit

Permalink
update hash of git repo & synchronize yarn.nix and yarn.lock (#85)
Browse files Browse the repository at this point in the history
* update hash of git repo

* synchronize yarn.nix and yarn.lock
  • Loading branch information
LostAttractor authored Feb 13, 2023
1 parent 0041527 commit 323b027
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 433 deletions.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in mkYarnPackage rec {
owner = "davidsmorais";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T67zHspUkwL/YrocnGhaLOz7SvcAV8FFIukCQzEiaiQ=";
sha256 = "sha256-+4HgH8HBQ+KIN2u+3ZsPMORPl5C7BO+rXR0RsA79EGg=";
};

packageJSON = ./package.json;
Expand Down
Loading

0 comments on commit 323b027

Please sign in to comment.