From ea2614c5ca4f89c97ee44260621bf57127df7c5c Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 10 Mar 2018 16:05:48 -0500 Subject: [PATCH] Update carnix --- nix/ircbot-carnix.nix | 2 +- nix/ofborg-carnix.nix | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nix/ircbot-carnix.nix b/nix/ircbot-carnix.nix index 762d1e2..6e7c4bb 100644 --- a/nix/ircbot-carnix.nix +++ b/nix/ircbot-carnix.nix @@ -1,4 +1,4 @@ -# Generated by carnix 0.6.5: carnix ./../ircbot/Cargo.lock --output ./ircbot-carnix.nix +# Generated by carnix 0.6.6: carnix ./../ircbot/Cargo.lock --output ./ircbot-carnix.nix { lib, buildPlatform, buildRustCrate, fetchgit }: let kernel = buildPlatform.parsed.kernel.name; abi = buildPlatform.parsed.abi.name; diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index b22d24e..135e1da 100644 --- a/nix/ofborg-carnix.nix +++ b/nix/ofborg-carnix.nix @@ -1,4 +1,4 @@ -# Generated by carnix 0.6.5: carnix ./../ofborg/Cargo.lock --output ./ofborg-carnix.nix +# Generated by carnix 0.6.6: carnix ./../ofborg/Cargo.lock --output ./ofborg-carnix.nix { lib, buildPlatform, buildRustCrate, fetchgit }: let kernel = buildPlatform.parsed.kernel.name; abi = buildPlatform.parsed.abi.name; @@ -45,7 +45,7 @@ let kernel = buildPlatform.parsed.kernel.name; ) [] (builtins.attrNames feat); in rec { - ofborg = f: ofborg_0_1_1 { features = ofborg_0_1_1_features { ofborg_0_1_1 = f; }; }; + ofborg = f: ofborg_0_1_2 { features = ofborg_0_1_2_features { ofborg_0_1_2 = f; }; }; aho_corasick_0_5_3_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate { crateName = "aho-corasick"; version = "0.5.3"; @@ -413,9 +413,9 @@ rec { sha256 = "1y6qnd9r8ga6y8mvlabdrr73nc8cshjjlzbvnanzyj9b8zzkfwk2"; inherit dependencies buildDependencies features; }; - ofborg_0_1_1_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate { + ofborg_0_1_2_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate { crateName = "ofborg"; - version = "0.1.1"; + version = "0.1.2"; authors = [ "Graham Christensen " ]; src = include [ "Cargo.toml" "Cargo.lock" "src" "test-srcs" "build.rs" ] ./../ofborg; build = "build.rs"; @@ -1342,10 +1342,10 @@ rec { libc_0_2_36.default = true; num_cpus_1_8_0.default = (f.num_cpus_1_8_0.default or true); }) [ libc_0_2_36_features ]; - ofborg_0_1_1 = { features?(ofborg_0_1_1_features {}) }: ofborg_0_1_1_ { + ofborg_0_1_2 = { features?(ofborg_0_1_2_features {}) }: ofborg_0_1_2_ { dependencies = mapFeatures features ([ amqp_0_1_0 either_1_4_0 env_logger_0_4_3 fs2_0_4_3 hubcaps_0_3_16 hyper_0_10_13 hyper_native_tls_0_2_4 log_0_3_8 lru_cache_0_1_1 md5_0_3_6 serde_1_0_27 serde_derive_1_0_27 serde_json_1_0_9 tempfile_2_2_0 uuid_0_4_0 ]); }; - ofborg_0_1_1_features = f: updateFeatures f (rec { + ofborg_0_1_2_features = f: updateFeatures f (rec { amqp_0_1_0.default = true; either_1_4_0.default = true; env_logger_0_4_3.default = true; @@ -1356,7 +1356,7 @@ rec { log_0_3_8.default = true; lru_cache_0_1_1.default = true; md5_0_3_6.default = true; - ofborg_0_1_1.default = (f.ofborg_0_1_1.default or true); + ofborg_0_1_2.default = (f.ofborg_0_1_2.default or true); serde_1_0_27.default = true; serde_derive_1_0_27.default = true; serde_json_1_0_9.default = true;