ci/eval: add rebuildsByPlatform to the comparison result (#363751)
[NixPkgs.git] / pkgs / tools / networking / wireguard-tools / update.sh
blobe549228e8f1fb8354b082b142d23fe59a2a1a673
1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl gnused common-updater-scripts
4 set -eu -o pipefail
6 version="$(curl -sL https://build.wireguard.com/distros.txt | sed -n 's/^upstream\tkmodtools\t\([^\t]\+\)\t.*/\1/p')"
7 update-source-version wireguard-tools "$version"