We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bf106 commit e90966eCopy full SHA for e90966e
1 file changed
pkgs/li/lidarr/update.sh
@@ -23,7 +23,7 @@ fi
23
24
url="https://github.com/Lidarr/Lidarr/releases/download/v${new_version}/Lidarr.develop.${new_version}.linux-core-x64.tar.gz"
25
26
-new_hash="$(nix-prefetch-url --type sha256 --unpack "$url" 2>/dev/null \
+new_hash="$(nix-prefetch-url --type sha256 "$url" 2>/dev/null \
27
| xargs nix hash to-sri --type sha256)"
28
29
if [[ -z "$new_hash" ]]; then
0 commit comments