From fcbabab1057b010cfd861d441931476ae6096e34 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jun 2015 22:32:49 +0200 Subject: Version bump --- trivmix.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'trivmix.nix') diff --git a/trivmix.nix b/trivmix.nix index 51dbb0f..b0408f8 100644 --- a/trivmix.nix +++ b/trivmix.nix @@ -1,22 +1,23 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, filepath, hinotify, jack, optparseApplicative -, transformers, explicitException, process +, transformers, explicitException, process, caseInsensitive , fetchgit }: cabal.mkDerivation (self: { pname = "trivmix"; - version = "1.2.0"; + version = "2.0.0"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; - rev = "1bab7285deed91302eccd5b5757341c72aa260c8"; - sha256 = "85f243e82701c23cb0b30599c18c17f4887af62e305168096777a5b370475a8e"; + rev = "60cc6cf218d8f1a12360d0188450f83e04d92c1a"; + sha256 = "327c886d0cd5adfe3fcb4a5f2fa00522de4a046aa72c447d3ae96288ce765ce9"; }; isLibrary = false; isExecutable = true; buildDepends = [ filepath hinotify jack optparseApplicative transformers explicitException process + caseInsensitive ]; meta = { license = self.stdenv.lib.licenses.publicDomain; -- cgit v1.2.3