mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
cider-2: fix updateScript
This commit is contained in:
@@ -29,7 +29,7 @@ fi
|
||||
cd ../../../..
|
||||
|
||||
if [[ "${1-default}" != "--deps-only" ]]; then
|
||||
SHA="$(nix-prefetch-url --quiet --unpack --type sha256 $DEB_URL)"
|
||||
SHA="$(nix-prefetch-url --quiet --type sha256 $DEB_URL)"
|
||||
SRI=$(nix --experimental-features nix-command hash to-sri "sha256:$SHA")
|
||||
update-source-version cider-2 "$NEW_VERSION" "$SRI"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user