Commit 1cc28602 authored by sternenseemann's avatar sternenseemann
Browse files

rure/update.sh: remove non portable nix hash invocation

As pointed out in #398598.
parent 396cd353
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ cat > pin.json <<EOF
{
  "pname": "$crate",
  "version": "$version",
  "hash": "$(nix hash to-sri --type sha256 "$(printf '%s' "$prefetch" | head -n1)")"
  "hash": "sha256:$(printf '%s' "$prefetch" | head -n1)"
}
EOF