diff options
| -rw-r--r-- | trivmix.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trivmix.nix b/trivmix.nix index b8a7c0d..a39cf1b 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 | , transformers, explicitException, process |
| 5 | , fetchgit | 5 | , fetchgit |
| 6 | }: | 6 | }: |
| 7 | 7 | ||
| 8 | cabal.mkDerivation (self: { | 8 | cabal.mkDerivation (self: { |
| 9 | pname = "trivmix"; | 9 | pname = "trivmix"; |
| 10 | version = "0.2.0"; | 10 | version = "1.0.0"; |
| 11 | src = fetchgit { | 11 | src = fetchgit { |
| 12 | url = git://git.yggdrasil.li/trivmix; | 12 | url = git://git.yggdrasil.li/trivmix; |
| 13 | rev = "b3d2b94f582a86e4448b7b3abae7d12637b32c7a"; | 13 | rev = "c51b5c819872b32c354ac7e48261f84ff6a07161"; |
| 14 | sha256 = "1362662b9e75db2288eee059956dd2b785ca453c3977a36940614727b2f05a34"; | 14 | sha256 = "f18bc1b6a4af3ca3106db790c3960de41266aadc28acee42af0104a2bba9a122"; |
| 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 | 19 | filepath hinotify jack optparseApplicative transformers explicitException process |
| 20 | ]; | 20 | ]; |
| 21 | meta = { | 21 | meta = { |
| 22 | license = self.stdenv.lib.licenses.publicDomain; | 22 | license = self.stdenv.lib.licenses.publicDomain; |
