summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-01 15:17:44 +0200
committerPeter Simons <simons@cryp.to>2015-09-01 16:56:11 +0200
commitf33f8e1b348151704115b8187dfa6346827d8164 (patch)
tree4145a0537e3bc9caf1f30184b982d636e43fd576 /pkgs/applications/editors/emacs-modes/haskell
parent04d6095700454c4ecfd1a22755f57cf5d5987637 (diff)
downloadnixlib-f33f8e1b348151704115b8187dfa6346827d8164.tar
nixlib-f33f8e1b348151704115b8187dfa6346827d8164.tar.gz
nixlib-f33f8e1b348151704115b8187dfa6346827d8164.tar.bz2
nixlib-f33f8e1b348151704115b8187dfa6346827d8164.tar.lz
nixlib-f33f8e1b348151704115b8187dfa6346827d8164.tar.xz
nixlib-f33f8e1b348151704115b8187dfa6346827d8164.tar.zst
nixlib-f33f8e1b348151704115b8187dfa6346827d8164.zip
emacs-haskell-mode: update to version 13.14-169-g0d3569d
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/haskell')
-rw-r--r--pkgs/applications/editors/emacs-modes/haskell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-modes/haskell/default.nix b/pkgs/applications/editors/emacs-modes/haskell/default.nix
index 022827952b69..67d1d71c5ee0 100644
--- a/pkgs/applications/editors/emacs-modes/haskell/default.nix
+++ b/pkgs/applications/editors/emacs-modes/haskell/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, emacs, texinfo }:
 
 let
-  version = "13.14-153-g318ccab";      # git describe --tags
+  version = "13.14-169-g0d3569d";      # git describe --tags
 in
 stdenv.mkDerivation {
   name = "haskell-mode-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
     owner = "haskell";
     repo = "haskell-mode";
     rev = "v${version}";
-    sha256 = "1n08fmaf7q13y68xyzs4h686hvb7n5mdyvn1zy81d7gh0m5013k4";
+    sha256 = "0v5iy9wy05hf44wy7qs0c9q0v34m4k6wrqg4kyvji61568k1yx3k";
   };
 
   buildInputs = [ emacs texinfo ];