diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 21:47:53 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 21:47:53 +0200 |
commit | 2c2cc6476427b170c6d55c634542a2af7deb2c4a (patch) | |
tree | 5592d6382d78e2a1c7f3f624d60e3292ecbc31c5 /trivmix.nix | |
parent | 495004dfe17f85d370b7f5237d5e71b367af98ca (diff) | |
download | trivmix-2c2cc6476427b170c6d55c634542a2af7deb2c4a.tar trivmix-2c2cc6476427b170c6d55c634542a2af7deb2c4a.tar.gz trivmix-2c2cc6476427b170c6d55c634542a2af7deb2c4a.tar.bz2 trivmix-2c2cc6476427b170c6d55c634542a2af7deb2c4a.tar.xz trivmix-2c2cc6476427b170c6d55c634542a2af7deb2c4a.zip |
Version bump
Diffstat (limited to 'trivmix.nix')
-rw-r--r-- | trivmix.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trivmix.nix b/trivmix.nix index 6c4417f..6be839e 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -1,22 +1,22 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | 1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! |
2 | 2 | ||
3 | { cabal, filepath, hinotify, jack, optparseApplicative | 3 | { cabal, filepath, hinotify, jack, optparseApplicative |
4 | , transformers, explicitException | ||
4 | , fetchgit | 5 | , fetchgit |
5 | , transformers | ||
6 | }: | 6 | }: |
7 | 7 | ||
8 | cabal.mkDerivation (self: { | 8 | cabal.mkDerivation (self: { |
9 | pname = "trivmix"; | 9 | pname = "trivmix"; |
10 | version = "0.1.0"; | 10 | version = "0.2.0"; |
11 | src = fetchgit { | 11 | src = fetchgit { |
12 | url = git://git.yggdrasil.li/trivmix; | 12 | url = git://git.yggdrasil.li/trivmix; |
13 | rev = "5e46af12608b35b73b7ac1f83e59585671d19e48"; | 13 | rev = "4e78ddb3a3118ac99f64a927cc3166e2c5b898ac31242ec7b5494d8efd3e8ec4"; |
14 | sha256 = "4e78ddb3a3118ac99f64a927cc3166e2c5b898ac31242ec7b5494d8efd3e8ec4"; | 14 | sha256 = "495004dfe17f85d370b7f5237d5e71b367af98ca"; |
15 | }; | 15 | }; |
16 | isLibrary = false; | 16 | isLibrary = false; |
17 | isExecutable = true; | 17 | isExecutable = true; |
18 | buildDepends = [ | 18 | buildDepends = [ |
19 | filepath hinotify jack optparseApplicative transformers | 19 | filepath hinotify jack optparseApplicative transformers explicitException |
20 | ]; | 20 | ]; |
21 | meta = { | 21 | meta = { |
22 | license = self.stdenv.lib.licenses.publicDomain; | 22 | license = self.stdenv.lib.licenses.publicDomain; |