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

As pointed out in #398598.
This commit is contained in:
sternenseemann
2025-04-30 00:46:48 +02:00
parent 396cd35344
commit 1cc2860243
+1 -1
View File
@@ -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