summaryrefslogtreecommitdiff
path: root/bar.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-07-29 22:46:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-07-29 22:46:35 +0200
commit98743e691390a63853364763007a52c13ed5382f (patch)
tree2c817ec6c806556dec0d0ff115202914a7ea10cc /bar.nix
parent56d759069b45f1ea7bafc7f7d89ae0d99ce7f545 (diff)
downloadbar-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bar.nix b/bar.nix
index 5bb982c..f0617bd 100644
--- a/bar.nix
+++ b/bar.nix
@@ -10,7 +10,7 @@
10}: 10}:
11mkDerivation { 11mkDerivation {
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;