radicle-node: fix update script (#437654)

authored by Felix Bargfeldt and committed by GitHub aca2499b 6bd1d83f

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