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 bcc7037..da38e26 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -5,7 +5,7 @@
5}: 5}:
6mkDerivation { 6mkDerivation {
7 pname = "trivmix"; 7 pname = "trivmix";
8 version = "4.0.0"; 8 version = "4.0.1";
9 src = ./.; 9 src = ./.;
10 isLibrary = true; 10 isLibrary = true;
11 isExecutable = true; 11 isExecutable = true;