diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 20:48:38 +0200 | 
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 20:48:38 +0200 | 
| commit | 3316e2b9c930a0f72285d502e8aaa84819153a0d (patch) | |
| tree | c2aebc6e77b13e21827237bbde14fed1fcf7ab2e | |
| parent | 5e46af12608b35b73b7ac1f83e59585671d19e48 (diff) | |
| download | trivmix-3316e2b9c930a0f72285d502e8aaa84819153a0d.tar trivmix-3316e2b9c930a0f72285d502e8aaa84819153a0d.tar.gz trivmix-3316e2b9c930a0f72285d502e8aaa84819153a0d.tar.bz2 trivmix-3316e2b9c930a0f72285d502e8aaa84819153a0d.tar.xz trivmix-3316e2b9c930a0f72285d502e8aaa84819153a0d.zip  | |
Version bump
| -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; | 
