summaryrefslogtreecommitdiff
path: root/trivmix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.nix')
-rw-r--r--trivmix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/trivmix.nix b/trivmix.nix
index 6b6c7df..4faa518 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -4,7 +4,7 @@
4}: 4}:
5mkDerivation { 5mkDerivation {
6 pname = "trivmix"; 6 pname = "trivmix";
7 version = "2.6.4"; 7 version = "2.6.5";
8 src = ./.; 8 src = ./.;
9 isLibrary = true; 9 isLibrary = true;
10 isExecutable = true; 10 isExecutable = true;