diff options
Diffstat (limited to 'trivmix.nix')
-rw-r--r-- | trivmix.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/trivmix.nix b/trivmix.nix index aefc09e..6c4417f 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -1,16 +1,17 @@ | |||
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 | , fetchgit | ||
4 | , transformers | 5 | , transformers |
5 | }: | 6 | }: |
6 | 7 | ||
7 | cabal.mkDerivation (self: { | 8 | cabal.mkDerivation (self: { |
8 | pname = "trivmix"; | 9 | pname = "trivmix"; |
9 | version = "0.0.0"; | 10 | version = "0.1.0"; |
10 | src = fetchgit { | 11 | src = fetchgit { |
11 | url = git://git.yggdrasil.li/trivmix; | 12 | url = git://git.yggdrasil.li/trivmix; |
12 | rev = "bd7874ef606ae78bb8b626bd01906481feb784d6"; | 13 | rev = "5e46af12608b35b73b7ac1f83e59585671d19e48"; |
13 | sha256 = "284f2b38daf7685ad9d92f39872cdf78c870b1997a8d8ac027fd75d187a505ea"; | 14 | sha256 = "4e78ddb3a3118ac99f64a927cc3166e2c5b898ac31242ec7b5494d8efd3e8ec4"; |
14 | }; | 15 | }; |
15 | isLibrary = false; | 16 | isLibrary = false; |
16 | isExecutable = true; | 17 | isExecutable = true; |