diff options
author | John Wiegley <johnw@newartisans.com> | 2016-11-29 10:14:25 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-11-29 10:14:29 -0800 |
commit | d89dad47808811435b06fcfd2a5578c33b77774d (patch) | |
tree | 048890d16f93901a44bae872e3f20008b01f4f90 /default.nix | |
parent | 3302d15cc5951d6663306f23d4dae242540ab95f (diff) | |
download | fork-ledger-d89dad47808811435b06fcfd2a5578c33b77774d.tar.gz fork-ledger-d89dad47808811435b06fcfd2a5578c33b77774d.tar.bz2 fork-ledger-d89dad47808811435b06fcfd2a5578c33b77774d.zip |
Bump version in default.nix
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index f0bfdd2f..85932da9 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ let version = "3.1.1"; - rev = "20160906"; + rev = "20161114"; in stdenv.mkDerivation { |