summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/trivmix.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/trivmix.nix b/custom/trivmix.nix
index 538d2185..a5ccb9bf 100644
--- a/custom/trivmix.nix
+++ b/custom/trivmix.nix
@@ -7,11 +7,11 @@
7 7
8cabal.mkDerivation (self: { 8cabal.mkDerivation (self: {
9 pname = "trivmix"; 9 pname = "trivmix";
10 version = "2.2.6"; 10 version = "2.3.0";
11 src = fetchgit { 11 src = fetchgit {
12 url = git://git.yggdrasil.li/trivmix; 12 url = git://git.yggdrasil.li/trivmix;
13 rev = "1e0590d9c7f63e3e829afe53e10431253ea59f68"; 13 rev = "d5189cba07f63c3d2f8c575a31c1734f7c9aeed6";
14 sha256 = "f282d0b79fdcb3645671fda675458253818f61fba56e089cdd320bee2514a3f3"; 14 sha256 = "88b215dc2d24b875359835b5a75acdd1d6172ad4d4e3fad9ce4cdc3ffec51ba3";
15 }; 15 };
16 isLibrary = false; 16 isLibrary = false;
17 isExecutable = true; 17 isExecutable = true;