aboutsummaryrefslogtreecommitdiff
path: root/webgui
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-18 12:32:59 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-18 12:32:59 +0200
commit947fdb54351071745b6f35f668e39a2b1207918e (patch)
tree3df408e12ee3f09bea062717b65761f1879b2602 /webgui
parent9e17810329dbfa0adc0ee3042556fbd13f810d5c (diff)
downloadthermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.gz
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.bz2
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.xz
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.zip
update .nix files
Diffstat (limited to 'webgui')
-rw-r--r--webgui/thermoprint-webgui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/webgui/thermoprint-webgui.nix b/webgui/thermoprint-webgui.nix
index 457f39a..aa4b7af 100644
--- a/webgui/thermoprint-webgui.nix
+++ b/webgui/thermoprint-webgui.nix
@@ -5,7 +5,7 @@
5}: 5}:
6mkDerivation { 6mkDerivation {
7 pname = "thermoprint-webgui"; 7 pname = "thermoprint-webgui";
8 version = "0.0.0"; 8 version = "1.0.1";
9 src = ./.; 9 src = ./.;
10 isLibrary = false; 10 isLibrary = false;
11 isExecutable = true; 11 isExecutable = true;