Skip to content

Commit d1431a5

Browse files
committed
sunshine: fix updater package path
1 parent 9190362 commit d1431a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/su/sunshine/updater.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rm -f package-lock.json package.json
1616
wget "$url/package.json"
1717
npm i --package-lock-only
1818
npm_hash=$(prefetch-npm-deps package-lock.json)
19-
sed -i 's#npmDepsHash = "[^"]*"#npmDepsHash = "'"$npm_hash"'"#' default.nix
19+
sed -i 's#npmDepsHash = "[^"]*"#npmDepsHash = "'"$npm_hash"'"#' package.nix
2020
rm -f package.json
2121

2222
popd

0 commit comments

Comments
 (0)