From 2c2cc6476427b170c6d55c634542a2af7deb2c4a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 21:47:53 +0200 Subject: Version bump --- trivmix.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/trivmix.nix b/trivmix.nix index 6c4417f..6be839e 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 , fetchgit -, transformers }: cabal.mkDerivation (self: { pname = "trivmix"; - version = "0.1.0"; + version = "0.2.0"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; - rev = "5e46af12608b35b73b7ac1f83e59585671d19e48"; - sha256 = "4e78ddb3a3118ac99f64a927cc3166e2c5b898ac31242ec7b5494d8efd3e8ec4"; + rev = "4e78ddb3a3118ac99f64a927cc3166e2c5b898ac31242ec7b5494d8efd3e8ec4"; + sha256 = "495004dfe17f85d370b7f5237d5e71b367af98ca"; }; isLibrary = false; isExecutable = true; buildDepends = [ - filepath hinotify jack optparseApplicative transformers + filepath hinotify jack optparseApplicative transformers explicitException ]; meta = { license = self.stdenv.lib.licenses.publicDomain; -- cgit v1.2.3