haskell-vcs-revision: update to version 0.0.2

This commit is contained in:
Peter Simons 2014-05-16 21:28:20 +02:00
parent cdbaa41f24
commit 1f1fa7cac4

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "vcs-revision"; pname = "vcs-revision";
version = "0.0.1"; version = "0.0.2";
sha256 = "1zfv9b02ml8622kz755azhi4ajyxrqniiachd92znfrry4n8z1mn"; sha256 = "1lp1wf440n7kinmxz7la0gyfqfdlip6f0bn8pmwkxd1dqyrvg5cg";
meta = { meta = {
description = "Facilities for accessing the version control revision of the current directory"; description = "Facilities for accessing the version control revision of the current directory";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;