3
0
Fork 0
forked from mirrors/nixpkgs

conkeror: upgrade to more recent git "release"

This commit is contained in:
Mathijs Kwik 2013-12-13 00:10:17 +01:00
parent e9a61d523e
commit 34527353b5

View file

@ -1,12 +1,12 @@
{ stdenv, fetchgit, unzip, xulrunner, makeWrapper }: { stdenv, fetchgit, unzip, xulrunner, makeWrapper }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "conkeror-1.0pre-20130817-1"; name = "conkeror-1.0pre-20131116-1";
src = fetchgit { src = fetchgit {
url = git://repo.or.cz/conkeror.git; url = git://repo.or.cz/conkeror.git;
rev = "refs/tags/debian-1.0--pre+git130817-1"; rev = "refs/tags/debian-1.0--pre+git131116-1";
sha256 = "aef3c782ac98c031e7b99852f42538e225e151cd226cde3094823a5cae015fcf"; sha256 = "6fe0f30487c5bb8f2183dc7c2e15cf29df7cc8b1950b5fc15c26510c74a1f7d3";
}; };
buildInputs = [ unzip makeWrapper ]; buildInputs = [ unzip makeWrapper ];