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-01-21 18:41:30 +0100
committerPeter Simons <simons@cryp.to>2015-01-21 18:47:56 +0100
commitc8648e14a444ea6fc39587ecfda8a9cf4bc6fd29 (patch)
tree0f6472a341640af61280a6c030d249d804dded0d /pkgs/applications/editors/emacs-modes/haskell
parentcdb43faa3da84fb41d22d2cb45698d9f7cbf80e2 (diff)
downloadnixlib-c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29.tar
nixlib-c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29.tar.gz
nixlib-c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29.tar.bz2
nixlib-c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29.tar.lz
nixlib-c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29.tar.xz
nixlib-c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29.tar.zst
nixlib-c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29.zip
haskell-mode: update git version to current HEAD
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/haskell')
-rw-r--r--pkgs/applications/editors/emacs-modes/haskell/git.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-modes/haskell/git.nix b/pkgs/applications/editors/emacs-modes/haskell/git.nix
index 72f49592b51f..20de1cae4d3a 100644
--- a/pkgs/applications/editors/emacs-modes/haskell/git.nix
+++ b/pkgs/applications/editors/emacs-modes/haskell/git.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, emacs, texinfo }:
 
 let
-  version = "13.10-299-g74b5a3c";      # git describe --tags
+  version = "13.10-361-gfa09425";      # 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 = "1qjrc1c4jsgbbhnhssvadg00qffn80a8slrxc9g1hnzp632kv8wl";
+    sha256 = "1bq4gddzwjy2w1hbsmwxcamcy87amz7ksy1vmpwg0qij88fk4av9";
   };
 
   buildInputs = [ emacs texinfo ];