mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-vcs-revision: update to version 0.0.2
This commit is contained in:
parent
cdbaa41f24
commit
1f1fa7cac4
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vcs-revision";
|
||||
version = "0.0.1";
|
||||
sha256 = "1zfv9b02ml8622kz755azhi4ajyxrqniiachd92znfrry4n8z1mn";
|
||||
version = "0.0.2";
|
||||
sha256 = "1lp1wf440n7kinmxz7la0gyfqfdlip6f0bn8pmwkxd1dqyrvg5cg";
|
||||
meta = {
|
||||
description = "Facilities for accessing the version control revision of the current directory";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue