diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:33:14 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:33:14 +0200 |
commit | 5d5ccae877374a1cc4796e401a7911f3c43dd233 (patch) | |
tree | ec39e3bbe03352f9396338eea857ca38dab0cfb8 | |
parent | 788853ce655e852b79f5194ac87547611466b061 (diff) | |
download | nixos-5d5ccae877374a1cc4796e401a7911f3c43dd233.tar nixos-5d5ccae877374a1cc4796e401a7911f3c43dd233.tar.gz nixos-5d5ccae877374a1cc4796e401a7911f3c43dd233.tar.bz2 nixos-5d5ccae877374a1cc4796e401a7911f3c43dd233.tar.xz nixos-5d5ccae877374a1cc4796e401a7911f3c43dd233.zip |
version bump in trivmix
-rw-r--r-- | custom/trivmix.nix | 9 | ||||
m--------- | trivmix | 0 |
2 files changed, 5 insertions, 4 deletions
diff --git a/custom/trivmix.nix b/custom/trivmix.nix index 51dbb0f5..b0408f8c 100644 --- a/custom/trivmix.nix +++ b/custom/trivmix.nix | |||
@@ -1,22 +1,23 @@ | |||
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, process | 4 | , transformers, explicitException, process, caseInsensitive |
5 | , fetchgit | 5 | , fetchgit |
6 | }: | 6 | }: |
7 | 7 | ||
8 | cabal.mkDerivation (self: { | 8 | cabal.mkDerivation (self: { |
9 | pname = "trivmix"; | 9 | pname = "trivmix"; |
10 | version = "1.2.0"; | 10 | version = "2.0.0"; |
11 | src = fetchgit { | 11 | src = fetchgit { |
12 | url = git://git.yggdrasil.li/trivmix; | 12 | url = git://git.yggdrasil.li/trivmix; |
13 | rev = "1bab7285deed91302eccd5b5757341c72aa260c8"; | 13 | rev = "60cc6cf218d8f1a12360d0188450f83e04d92c1a"; |
14 | sha256 = "85f243e82701c23cb0b30599c18c17f4887af62e305168096777a5b370475a8e"; | 14 | sha256 = "327c886d0cd5adfe3fcb4a5f2fa00522de4a046aa72c447d3ae96288ce765ce9"; |
15 | }; | 15 | }; |
16 | isLibrary = false; | 16 | isLibrary = false; |
17 | isExecutable = true; | 17 | isExecutable = true; |
18 | buildDepends = [ | 18 | buildDepends = [ |
19 | filepath hinotify jack optparseApplicative transformers explicitException process | 19 | filepath hinotify jack optparseApplicative transformers explicitException process |
20 | caseInsensitive | ||
20 | ]; | 21 | ]; |
21 | meta = { | 22 | meta = { |
22 | license = self.stdenv.lib.licenses.publicDomain; | 23 | license = self.stdenv.lib.licenses.publicDomain; |
diff --git a/trivmix b/trivmix | |||
Subproject efe79077888f5f22dae9aeb9e1e82745748b2f1 | Subproject fcbabab1057b010cfd861d441931476ae6096e3 | ||