From c8648e14a444ea6fc39587ecfda8a9cf4bc6fd29 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 21 Jan 2015 18:41:30 +0100 Subject: [PATCH] haskell-mode: update git version to current HEAD --- pkgs/applications/editors/emacs-modes/haskell/git.nix | 4 ++-- 1 file 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 ];