Merge pull request #36096 from ryantm/auto-update/xidel-0.8.4-to-0.9.6

xidel: 0.8.4 -> 0.9.6
This commit is contained in:
adisbladis 2018-02-28 14:04:02 +08:00 committed by GitHub
commit f41b452516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "xidel-${version}";
version = "0.8.4";
version = "0.9.6";
## Source archive lacks file (manageUtils.sh), using pre-built package for now.
#src = fetchurl {
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "mirror://sourceforge/videlibri/Xidel/Xidel%20${version}/xidel_${version}-1_amd64.deb";
sha256 = "0gq95ag2661hsw8b7ii6z07ian832cz8g21lvq2cvps4a80ql1gi";
sha256 = "0hskc74y7p4j1x33yx0w4fvr610p2yimas8pxhr6bs7mb9b300h7";
}
else if stdenv.system == "i686-linux" then
fetchurl {