about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/conkeror
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-12-13 00:10:17 +0100
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-12-23 10:25:13 +0100
commit34527353b5cc654c5ea9fa378681f8cc0bd9edaf (patch)
tree36aac6caecebfd25f170392fcbc753bd436da53d /pkgs/applications/networking/browsers/conkeror
parente9a61d523e35439afcb68a100c7630c54b9d3dc7 (diff)
downloadnixlib-34527353b5cc654c5ea9fa378681f8cc0bd9edaf.tar
nixlib-34527353b5cc654c5ea9fa378681f8cc0bd9edaf.tar.gz
nixlib-34527353b5cc654c5ea9fa378681f8cc0bd9edaf.tar.bz2
nixlib-34527353b5cc654c5ea9fa378681f8cc0bd9edaf.tar.lz
nixlib-34527353b5cc654c5ea9fa378681f8cc0bd9edaf.tar.xz
nixlib-34527353b5cc654c5ea9fa378681f8cc0bd9edaf.tar.zst
nixlib-34527353b5cc654c5ea9fa378681f8cc0bd9edaf.zip
conkeror: upgrade to more recent git "release"
Diffstat (limited to 'pkgs/applications/networking/browsers/conkeror')
-rw-r--r--pkgs/applications/networking/browsers/conkeror/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/conkeror/default.nix b/pkgs/applications/networking/browsers/conkeror/default.nix
index b44a39d87aa1..fc84f7fcecc2 100644
--- a/pkgs/applications/networking/browsers/conkeror/default.nix
+++ b/pkgs/applications/networking/browsers/conkeror/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchgit, unzip, xulrunner, makeWrapper }:
 
 stdenv.mkDerivation {
-  name = "conkeror-1.0pre-20130817-1";
+  name = "conkeror-1.0pre-20131116-1";
 
   src = fetchgit {
     url = git://repo.or.cz/conkeror.git;
-    rev = "refs/tags/debian-1.0--pre+git130817-1";
-    sha256 = "aef3c782ac98c031e7b99852f42538e225e151cd226cde3094823a5cae015fcf";
+    rev = "refs/tags/debian-1.0--pre+git131116-1";
+    sha256 = "6fe0f30487c5bb8f2183dc7c2e15cf29df7cc8b1950b5fc15c26510c74a1f7d3";
   };
 
   buildInputs = [ unzip makeWrapper ];