Unverified Commit cd4d3f40 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #231622 from r-ryantm/auto-update/cargo-udeps

cargo-udeps: 0.1.38 -> 0.1.39
parents 27270769 e8662757
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-udeps";
  version = "0.1.38";
  version = "0.1.39";

  src = fetchFromGitHub {
    owner = "est31";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-UQ6JrzL9yGllhPYN7Dod6UYqu2FJLjInmpE6IUmjZno=";
    sha256 = "sha256-/TAgAwP4y3MBIvcgCi2SiMfQ61BrFYuUY2LTg8mJn7U=";
  };

  cargoHash = "sha256-jzBOdMtv47wDOOcPg0B5BYQtYSnDnOnms0SDrW2lFbs=";
  cargoHash = "sha256-RGIqFTi0CFiPLMI3K7hsWMJXDrjVNbGnS7ZfTeBTPn0=";

  nativeBuildInputs = [ pkg-config ];