Skip to content

Commit

Permalink
Update to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
P-E-Meunier committed Apr 16, 2018
1 parent 29a3059 commit 8e87f73
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkgs/build-support/rust/carnix.nix
@@ -1,4 +1,4 @@
# Generated by carnix 0.7.0: /home/pe/.cargo/bin/cargo-generate-nixfile generate-nixfile
# Generated by carnix 0.7.2: carnix nix
{ lib, buildPlatform, buildRustCrate, fetchgit }:
let kernel = buildPlatform.parsed.kernel.name;
abi = buildPlatform.parsed.abi.name;
Expand All @@ -18,7 +18,7 @@ let kernel = buildPlatform.parsed.kernel.name;
) [] (builtins.attrNames feat);
in
rec {
carnix = f: carnix_0_7_0 { features = carnix_0_7_0_features { carnix_0_7_0 = f; }; };
carnix = f: carnix_0_7_2 { features = carnix_0_7_2_features { carnix_0_7_2 = f; }; };
__all = [ (carnix {}) ];
aho_corasick_0_6_4_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
crateName = "aho-corasick";
Expand Down Expand Up @@ -65,11 +65,11 @@ rec {
sha256 = "0p4b3nr0s5nda2qmm7xdhnvh4lkqk3xd8l9ffmwbvqw137vx7mj1";
inherit dependencies buildDependencies features;
};
carnix_0_7_0_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
carnix_0_7_2_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
crateName = "carnix";
version = "0.7.0";
version = "0.7.2";
authors = [ "pe@pijul.org <pe@pijul.org>" ];
sha256 = "17b9psm7z29pwhlwgnvj0fwsy1ljyh8i86hjnwscnanjpnxbi089";
sha256 = "0zsmc4wiz7vill676mcdh6ibyzmr9rn030j555ncqgavs7k5yhq5";
crateBin = [ { name = "cargo-generate-nixfile"; path = "src/cargo-generate-nixfile.rs"; } { name = "carnix"; path = "src/main.rs"; } ];
inherit dependencies buildDependencies features;
};
Expand Down Expand Up @@ -628,11 +628,11 @@ rec {
(f.bitflags_1_0_1.default or false) ||
(bitflags_1_0_1.default or false);
}) [];
carnix_0_7_0 = { features?(carnix_0_7_0_features {}) }: carnix_0_7_0_ {
carnix_0_7_2 = { features?(carnix_0_7_2_features {}) }: carnix_0_7_2_ {
dependencies = mapFeatures features ([ clap_2_31_2 env_logger_0_5_7 error_chain_0_11_0 itertools_0_7_8 log_0_4_1 nom_3_2_1 regex_0_2_10 rusqlite_0_13_0 serde_1_0_38 serde_derive_1_0_38 serde_json_1_0_14 tempdir_0_3_7 toml_0_4_6 ]);
};
carnix_0_7_0_features = f: updateFeatures f (rec {
carnix_0_7_0.default = (f.carnix_0_7_0.default or true);
carnix_0_7_2_features = f: updateFeatures f (rec {
carnix_0_7_2.default = (f.carnix_0_7_2.default or true);
clap_2_31_2.default = true;
env_logger_0_5_7.default = true;
error_chain_0_11_0.default = true;
Expand Down

0 comments on commit 8e87f73

Please sign in to comment.