Skip to content

Commit e90966e

Browse files
committed
fix(lidarr): updateScript was unpacking
1 parent 25bf106 commit e90966e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/li/lidarr/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323

2424
url="https://github.com/Lidarr/Lidarr/releases/download/v${new_version}/Lidarr.develop.${new_version}.linux-core-x64.tar.gz"
2525

26-
new_hash="$(nix-prefetch-url --type sha256 --unpack "$url" 2>/dev/null \
26+
new_hash="$(nix-prefetch-url --type sha256 "$url" 2>/dev/null \
2727
| xargs nix hash to-sri --type sha256)"
2828

2929
if [[ -z "$new_hash" ]]; then

0 commit comments

Comments
 (0)