Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / compilers / abcl / update.sh
bloba8b38e776f25553b0717797a0f3685a76b7a594c
1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p nix-update subversion
4 new_version=$(svn ls https://abcl.org/svn/tags | tail -1 | tr -d /)
5 nix-update abcl --version "$new_version"