repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
compilers
/
abcl
/
update.sh
blob
a8b38e776f25553b0717797a0f3685a76b7a594c
1
#!/usr/bin/env nix-shell
2
#!nix-shell -i bash -p nix-update subversion
3
4
new_version
=
$
(
svn
ls
https
://
abcl.org
/
svn
/
tags |
tail
-1
|
tr
-d
/)
5
nix-update abcl
--version
"
$new_version
"