diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:32:49 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:32:49 +0200 |
| commit | fcbabab1057b010cfd861d441931476ae6096e34 (patch) | |
| tree | 56a412d63f96ceebdba246b58f44db2ff5d03bab | |
| parent | 60cc6cf218d8f1a12360d0188450f83e04d92c1a (diff) | |
| download | trivmix-fcbabab1057b010cfd861d441931476ae6096e34.tar trivmix-fcbabab1057b010cfd861d441931476ae6096e34.tar.gz trivmix-fcbabab1057b010cfd861d441931476ae6096e34.tar.bz2 trivmix-fcbabab1057b010cfd861d441931476ae6096e34.tar.xz trivmix-fcbabab1057b010cfd861d441931476ae6096e34.zip | |
Version bump
| -rw-r--r-- | trivmix.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/trivmix.nix b/trivmix.nix index 51dbb0f..b0408f8 100644 --- a/trivmix.nix +++ b/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; |
