Commit 2a7bd670 authored by figsoda's avatar figsoda
Browse files
parent a5bcb6e7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-all-features";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "frewsxcv";
    repo = pname;
    rev = version;
    sha256 = "1pdr34ygc0qmh0dyrw1qcrh1vgg9jv9lm6ypl3fgjzz7npdj1dw4";
    sha256 = "sha256-p9UQaqytqpD2u9X9zaTPIgVEloU2UbD/AxVERNs1Lt8=";
  };

  cargoSha256 = "sha256-BsRJo55gYT8OkDUBepWq48sW7QPt5OZkm8RR9f7HqZY=";
  cargoSha256 = "sha256-krtuLFQlInqdv7j8v13/X3lL0JdaMsApb9Ga5muThgw=";

  meta = with lib; {
    description = "A Cargo subcommand to build and test all feature flag combinations";