Update Conkeror. Works now
This commit is contained in:
parent
4d2317e6eb
commit
14fc74054b
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchgit, unzip, firefox, makeWrapper }:
|
{ stdenv, fetchgit, unzip, firefox, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "conkeror-1.0pre-20140616";
|
name = "conkeror-1.0pre-20150319";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://repo.or.cz/conkeror.git;
|
url = git://repo.or.cz/conkeror.git;
|
||||||
rev = "98e89c7e5ff3a1069a0984338da01273cdb189a2";
|
rev = "6450632b3f0c315f79e7a9856658083fe8fc9c29";
|
||||||
sha256 = "284ba966efebfa0aaa768abc1a4f901e2ecf5db9d0391d904a49118b0b94fcd7";
|
sha256 = "18cqz1n2n6aimmgd69mdrgmkjf4207k7yz11wihka6b5z1hfiv64";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
buildInputs = [ unzip makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user