diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-29 22:46:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-29 22:46:35 +0200 |
commit | 98743e691390a63853364763007a52c13ed5382f (patch) | |
tree | 2c817ec6c806556dec0d0ff115202914a7ea10cc /bar.nix | |
parent | 56d759069b45f1ea7bafc7f7d89ae0d99ce7f545 (diff) | |
download | bar-98743e691390a63853364763007a52c13ed5382f.tar bar-98743e691390a63853364763007a52c13ed5382f.tar.gz bar-98743e691390a63853364763007a52c13ed5382f.tar.bz2 bar-98743e691390a63853364763007a52c13ed5382f.tar.xz bar-98743e691390a63853364763007a52c13ed5382f.zip |
Slightly tweak field widths
Diffstat (limited to 'bar.nix')
-rw-r--r-- | bar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | }: | 10 | }: |
11 | mkDerivation { | 11 | mkDerivation { |
12 | pname = "bar"; | 12 | pname = "bar"; |
13 | version = "0.6.2"; | 13 | version = "0.6.3"; |
14 | src = ./.; | 14 | src = ./.; |
15 | isLibrary = true; | 15 | isLibrary = true; |
16 | isExecutable = true; | 16 | isExecutable = true; |