radicle-node: fix update script (#437654)

This commit is contained in:
Felix Bargfeldt
2025-08-28 13:50:14 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p coreutils gnused common-updater-scripts nix-update
#!nix-shell -i bash -p coreutils gnugrep common-updater-scripts nix-update
version=$(list-git-tags | tail -1 | sed 's|^releases/||')
version=$(list-git-tags | grep -oP '^releases/\K\d+\.\d+\.\d+$' | sort -rV | head -1)
nix-update --version="$version" radicle-node