From 41111d7e0b05f5bd6f17a25ac2abd604944440c1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 22:23:00 +0200 Subject: Version bump --- trivmix.nix | 10 +++++----- 1 file 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 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, filepath, hinotify, jack, optparseApplicative -, transformers, explicitException +, transformers, explicitException, process , fetchgit }: cabal.mkDerivation (self: { pname = "trivmix"; - version = "0.2.0"; + version = "1.0.0"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; - rev = "b3d2b94f582a86e4448b7b3abae7d12637b32c7a"; - sha256 = "1362662b9e75db2288eee059956dd2b785ca453c3977a36940614727b2f05a34"; + rev = "c51b5c819872b32c354ac7e48261f84ff6a07161"; + sha256 = "f18bc1b6a4af3ca3106db790c3960de41266aadc28acee42af0104a2bba9a122"; }; isLibrary = false; isExecutable = true; buildDepends = [ - filepath hinotify jack optparseApplicative transformers explicitException + filepath hinotify jack optparseApplicative transformers explicitException process ]; meta = { license = self.stdenv.lib.licenses.publicDomain; -- cgit v1.2.3