summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/htmlize
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2012-09-09 19:31:54 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2012-09-09 19:31:54 +0200
commit338e78c7b6df25d523696f17fe4f1d141db50176 (patch)
tree7dbbec4e56404a02d4a348fd8dc6c0a31d2507dd /pkgs/applications/editors/emacs-modes/htmlize
parentad628ab557e87ce981566af5fe162f9aab2fe1b9 (diff)
downloadnixlib-338e78c7b6df25d523696f17fe4f1d141db50176.tar
nixlib-338e78c7b6df25d523696f17fe4f1d141db50176.tar.gz
nixlib-338e78c7b6df25d523696f17fe4f1d141db50176.tar.bz2
nixlib-338e78c7b6df25d523696f17fe4f1d141db50176.tar.lz
nixlib-338e78c7b6df25d523696f17fe4f1d141db50176.tar.xz
nixlib-338e78c7b6df25d523696f17fe4f1d141db50176.tar.zst
nixlib-338e78c7b6df25d523696f17fe4f1d141db50176.zip
emacs htmlize: upgrade to 1.40
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/htmlize')
-rw-r--r--pkgs/applications/editors/emacs-modes/htmlize/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-modes/htmlize/default.nix b/pkgs/applications/editors/emacs-modes/htmlize/default.nix
index 948beae82d47..d4de24d394c1 100644
--- a/pkgs/applications/editors/emacs-modes/htmlize/default.nix
+++ b/pkgs/applications/editors/emacs-modes/htmlize/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation {
-  name = "htmlize-1.37";
+  name = "htmlize-1.40";
 
   builder = ./builder.sh;
 
   src = fetchurl {
     url = http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi;
-    sha256 = "70cf41a2ea6a478a45143a8cd672381c01ed894448200e602531acbf2b1fd160";
+    sha256 = "1v7pzif5b7dr6iyllqvzka8i6s23rsjdnmilnma054gv8d4shw6a";
   };
 
   meta = {