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

As pointed out in #398598.

+1 -1
+1 -1
pkgs/by-name/ru/rure/update.sh
··· 27 { 28 "pname": "$crate", 29 "version": "$version", 30 - "hash": "$(nix hash to-sri --type sha256 "$(printf '%s' "$prefetch" | head -n1)")" 31 } 32 EOF 33
··· 27 { 28 "pname": "$crate", 29 "version": "$version", 30 + "hash": "sha256:$(printf '%s' "$prefetch" | head -n1)" 31 } 32 EOF 33