structured-haskell-mode: use output from "git describe" to identify the version

This commit is contained in:
Peter Simons 2016-09-26 08:40:08 +02:00
parent 9e0fd2df9f
commit 24b64aab0f

View File

@ -767,8 +767,8 @@ self: super: {
# Fine-tune the build. # Fine-tune the build.
structured-haskell-mode = (overrideCabal super.structured-haskell-mode (drv: { structured-haskell-mode = (overrideCabal super.structured-haskell-mode (drv: {
# Bump version to latest git-release to get support for Emacs 25.x. # Bump version to latest git-version to get support for Emacs 25.x.
version = "20160926-git"; version = "1.0.20-28-g1ffb4db";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "chrisdone"; owner = "chrisdone";
repo = "structured-haskell-mode"; repo = "structured-haskell-mode";