summaryrefslogtreecommitdiff
path: root/bar.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-07-30 16:32:43 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-07-30 16:32:43 +0200
commit8a8dc04c61dcc8dce910b148d3418c8e58e6d4da (patch)
tree1f25f089fe05de011ac6ac8cb6328e8e2d9d5cbf /bar.nix
parenta1c4553928369068e019f350a6736c62effb9fc6 (diff)
downloadbar-8a8dc04c61dcc8dce910b148d3418c8e58e6d4da.tar
bar-8a8dc04c61dcc8dce910b148d3418c8e58e6d4da.tar.gz
bar-8a8dc04c61dcc8dce910b148d3418c8e58e6d4da.tar.bz2
bar-8a8dc04c61dcc8dce910b148d3418c8e58e6d4da.tar.xz
bar-8a8dc04c61dcc8dce910b148d3418c8e58e6d4da.zip
Fix build
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 1b690db..c41d3f8 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.4"; 13 version = "0.6.5";
14 src = ./.; 14 src = ./.;
15 isLibrary = true; 15 isLibrary = true;
16 isExecutable = true; 16 isExecutable = true;