We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd1d83 + 75fe7db commit aca2499Copy full SHA for aca2499
pkgs/by-name/ra/radicle-node/update.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env nix-shell
2
-#!nix-shell -i bash -p coreutils gnused common-updater-scripts nix-update
+#!nix-shell -i bash -p coreutils gnugrep common-updater-scripts nix-update
3
4
-version=$(list-git-tags | tail -1 | sed 's|^releases/||')
+version=$(list-git-tags | grep -oP '^releases/\K\d+\.\d+\.\d+$' | sort -rV | head -1)
5
nix-update --version="$version" radicle-node
0 commit comments