diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-18 12:32:59 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-18 12:32:59 +0200 |
commit | 947fdb54351071745b6f35f668e39a2b1207918e (patch) | |
tree | 3df408e12ee3f09bea062717b65761f1879b2602 /tprint | |
parent | 9e17810329dbfa0adc0ee3042556fbd13f810d5c (diff) | |
download | thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.gz thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.bz2 thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.xz thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.zip |
update .nix files
Diffstat (limited to 'tprint')
-rw-r--r-- | tprint/tprint.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tprint/tprint.nix b/tprint/tprint.nix index 3a23af2..946a4ce 100644 --- a/tprint/tprint.nix +++ b/tprint/tprint.nix | |||
@@ -4,7 +4,7 @@ | |||
4 | }: | 4 | }: |
5 | mkDerivation { | 5 | mkDerivation { |
6 | pname = "tprint"; | 6 | pname = "tprint"; |
7 | version = "1.0.0"; | 7 | version = "2.0.0"; |
8 | src = ./.; | 8 | src = ./.; |
9 | isLibrary = false; | 9 | isLibrary = false; |
10 | isExecutable = true; | 10 | isExecutable = true; |