diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-17 21:59:20 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-17 21:59:20 +0200 |
commit | 439946b59c478e391202e1e15f20087948d1464f (patch) | |
tree | 2af1b5b96282dea5c32136b878101b0643738e3d | |
parent | d1481636d2daff157902d5d19b80c9ec3e40b9ed (diff) | |
download | trivmix-439946b59c478e391202e1e15f20087948d1464f.tar trivmix-439946b59c478e391202e1e15f20087948d1464f.tar.gz trivmix-439946b59c478e391202e1e15f20087948d1464f.tar.bz2 trivmix-439946b59c478e391202e1e15f20087948d1464f.tar.xz trivmix-439946b59c478e391202e1e15f20087948d1464f.zip |
Version bump
-rw-r--r-- | trivmix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trivmix.nix b/trivmix.nix index 3441455..88f76cc 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -11,7 +11,7 @@ mkDerivation { | |||
11 | isLibrary = true; | 11 | isLibrary = true; |
12 | isExecutable = true; | 12 | isExecutable = true; |
13 | buildDepends = [ | 13 | buildDepends = [ |
14 | caseInsensitive data-default explicit-exception filelock filepath | 14 | case-insensitive data-default explicit-exception filelock filepath |
15 | hinotify jack optparse-applicative transformers | 15 | hinotify jack optparse-applicative transformers |
16 | ]; | 16 | ]; |
17 | license = stdenv.lib.licenses.publicDomain; | 17 | license = stdenv.lib.licenses.publicDomain; |