summaryrefslogtreecommitdiff
path: root/customized
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 20:51:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 20:51:34 +0200
commitdc92294a289c9f48c9aa02944dc83920858a4292 (patch)
tree4f520b2529078431b077e6dd45636670e6d8bbdf /customized
parentbd52d4877033976bf3c02cf26dba61ed119fa7ac (diff)
downloadnixos-dc92294a289c9f48c9aa02944dc83920858a4292.tar
nixos-dc92294a289c9f48c9aa02944dc83920858a4292.tar.gz
nixos-dc92294a289c9f48c9aa02944dc83920858a4292.tar.bz2
nixos-dc92294a289c9f48c9aa02944dc83920858a4292.tar.xz
nixos-dc92294a289c9f48c9aa02944dc83920858a4292.zip
version bump in trivmix
Diffstat (limited to 'customized')
-rw-r--r--customized/trivmix.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/customized/trivmix.nix b/customized/trivmix.nix
index aefc09e5..6c4417fd 100644
--- a/customized/trivmix.nix
+++ b/customized/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
7cabal.mkDerivation (self: { 8cabal.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;