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.
1 parent 08e8819 commit 75fe7dbCopy full SHA for 75fe7db
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