Skip to content

Commit

Permalink
workout-tracker: fix npmDepsHash
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Sep 17, 2024
1 parent a105242 commit 051e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/wo/workout-tracker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
assets = buildNpmPackage {
pname = "${pname}-assets";
inherit version src;
npmDepsHash = "sha256-jHpvCMgjGvaAOfbslaIKfIRiPafScpn3WLnYamm+lbs=";
npmDepsHash = "sha256-YdgivSanl5IGspzPasHBMkDdaumwji/EfiwIrEbVO1E=";
dontNpmBuild = true;
postPatch = ''
rm Makefile
Expand Down

0 comments on commit 051e9ca

Please sign in to comment.