aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/serve-protocol.hh
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2021-03-09 11:40:16 -0600
committerGitHub <noreply@github.com>2021-03-09 11:40:16 -0600
commitd5fd0f4745d834f7ac7049a0eb7e212ce9c7ef47 (patch)
treedd14d3f4f3bfa4780f32ce1b57d0d505d024388c /src/libstore/serve-protocol.hh
parent4fefe26717fa70828e3f524e43c76e3f7b7a09b0 (diff)
parent1c0e3e453d41b869e4ac7e25dc1c00c349a7c411 (diff)
Merge branch 'master' into cross-jobs
Diffstat (limited to 'src/libstore/serve-protocol.hh')
-rw-r--r--src/libstore/serve-protocol.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/serve-protocol.hh b/src/libstore/serve-protocol.hh
index 9fae6d534..0a17387cb 100644
--- a/src/libstore/serve-protocol.hh
+++ b/src/libstore/serve-protocol.hh
@@ -5,7 +5,7 @@ namespace nix {
#define SERVE_MAGIC_1 0x390c9deb
#define SERVE_MAGIC_2 0x5452eecb
-#define SERVE_PROTOCOL_VERSION 0x205
+#define SERVE_PROTOCOL_VERSION 0x206
#define GET_PROTOCOL_MAJOR(x) ((x) & 0xff00)
#define GET_PROTOCOL_MINOR(x) ((x) & 0x00ff)