mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
9071d06d01
Signed-off-by: lucasew <lucas59356@gmail.com>
6 lines
180 B
Bash
Executable File
6 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"
|