haskell-mode: update git version to current HEAD

Changed files
+2 -2
pkgs
applications
editors
emacs-modes
haskell
+2 -2
pkgs/applications/editors/emacs-modes/haskell/git.nix
···
{ 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}";
···
owner = "haskell";
repo = "haskell-mode";
rev = "v${version}";
-
sha256 = "1qjrc1c4jsgbbhnhssvadg00qffn80a8slrxc9g1hnzp632kv8wl";
+
sha256 = "1bq4gddzwjy2w1hbsmwxcamcy87amz7ksy1vmpwg0qij88fk4av9";
};
buildInputs = [ emacs texinfo ];