Files
Defelo 75fe7dbb27 radicle-node: fix update script
- only update to stable releases
- sort git tags to find the latest version
2025-08-27 23:49:38 +02:00

6 lines
232 B
Bash
Executable File

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