Unverified Commit 695badfe authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

cargo-deny: 0.17.0 -> 0.18.2 (#389186)

parents e73d160a 63fba9c6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-deny";
  version = "0.17.0";
  version = "0.18.2";

  src = fetchFromGitHub {
    owner = "EmbarkStudios";
    repo = "cargo-deny";
    rev = version;
    hash = "sha256-SEcs6iYVreZXbZl29CY6orjaN440T4oIh95H93RUUxo=";
    hash = "sha256-u93x0w6gSPxDCrp9bNJDCxLBZfh8EhXU4qvhklI4GKY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-egVM6ESB2CzAe4tw+4LRw1A+a/j7CSI1bUIr1EpurIM=";
  cargoHash = "sha256-3fCACetvO9KRjoTh3V41+vhWFjwaNtoHZ/Zh+Zxmxlc=";

  nativeBuildInputs = [
    pkg-config