aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'server/thermoprint-server.nix')
-rw-r--r--server/thermoprint-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/thermoprint-server.nix b/server/thermoprint-server.nix
index d7a7684..f472cbc 100644
--- a/server/thermoprint-server.nix
+++ b/server/thermoprint-server.nix
@@ -8,7 +8,7 @@
8}: 8}:
9mkDerivation { 9mkDerivation {
10 pname = "thermoprint-server"; 10 pname = "thermoprint-server";
11 version = "0.0.0"; 11 version = "1.0.0";
12 src = ./.; 12 src = ./.;
13 isLibrary = true; 13 isLibrary = true;
14 isExecutable = true; 14 isExecutable = true;