1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Updating elinks to 0.12pre6

This commit is contained in:
Lluís Batlle i Rossell 2014-01-20 09:16:19 +01:00
parent 3ae5e801a5
commit 01a2986560

View file

@ -5,11 +5,11 @@
assert enableGuile -> guile != null;
stdenv.mkDerivation rec {
name = "elinks-0.12pre5";
name = "elinks-0.12pre6";
src = fetchurl {
url = http://elinks.or.cz/download/elinks-0.12pre5.tar.bz2;
sha256 = "1li4vlbq8wvnigxlkzb15490y90jg6y9yzzrqpqcz2h965w5869d";
url = http://elinks.or.cz/download/elinks-0.12pre6.tar.bz2;
sha256 = "1nnakbi01g7yd3zqwprchh5yp45br8086b0kbbpmnclabcvlcdiq";
};
patches = [ ./gc-init.patch ];