depot/third_party/nixpkgs/pkgs/development/compilers/abcl/update.sh

5 lines
180 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-update subversion
new_version=$(svn ls https://abcl.org/svn/tags | tail -1 | tr -d /)
nix-update abcl --version "$new_version"