conkeror: upgrade to 1.0pre-20130817-1
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, unzip, xulrunner, makeWrapper }:
|
{ stdenv, fetchgit, unzip, xulrunner, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "conkeror-1.0pre-20130401";
|
name = "conkeror-1.0pre-20130817-1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchgit {
|
||||||
url = http://repo.or.cz/w/conkeror.git/snapshot/0341e791c78653a2f5bbbff9a1dac04bf898dd65.zip;
|
url = git://repo.or.cz/conkeror.git;
|
||||||
sha256 = "11v7p40lcz6r5z0w54f8pk6hyn9mqjcw44fqszjyz25rkhx951ry";
|
rev = "refs/tags/debian-1.0--pre+git130817-1";
|
||||||
|
sha256 = "aef3c782ac98c031e7b99852f42538e225e151cd226cde3094823a5cae015fcf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
buildInputs = [ unzip makeWrapper ];
|
||||||
|
|||||||
Reference in New Issue
Block a user