Unverified Commit 65c841d1 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #210217 from figsoda/cargo-deny

cargo-deny: 0.13.5 -> 0.13.7
parents 5071e249 520dd560
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,19 +11,19 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-deny";
  version = "0.13.5";
  version = "0.13.7";

  src = fetchFromGitHub {
    owner = "EmbarkStudios";
    repo = pname;
    rev = version;
    sha256 = "sha256-fwuAUsqVEL9MCjNoUBPQI78u+c289cbNCB4Kh8VM/vo=";
    sha256 = "sha256-E9tFzac6WkEGfsXj1nykQAR20+5Pi5xMd82MeDed9qg=";
  };

  # enable pkg-config feature of zstd
  cargoPatches = [ ./zstd-pkg-config.patch ];

  cargoSha256 = "sha256-hnD/xZtQRVABTtdxqNcJYIsGuklNT8dxr5wpAlP/Qqs=";
  cargoSha256 = "sha256-E3Gg7PwBNVkvX2vqtbCxz0kbe1ZWrcAWxj6OJtENBe0=";

  nativeBuildInputs = [ pkg-config ];