Commit e9775607 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-update: 11.1.1 -> 11.1.2

parent 0af84dc3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-update";
  version = "11.1.1";
  version = "11.1.2";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-ml+LqfnDld+I3G6+LaPJOeZa+swCtuu0ndW0yJraSxs=";
    sha256 = "sha256-Hil4v9EUVEH1j7LV1icct6ggFzGVy3f8p+LuFrlBOVA=";
  };

  cargoSha256 = "sha256-0exatgmksg07KQO/3s9BD4uIZRHwjytQPtaRv+JydPc=";
  cargoHash = "sha256-gOhZUJHBYti/kqfhyopRsY1PbXZdiGJZpjohMUbO/28=";

  nativeBuildInputs = [ cmake installShellFiles pkg-config ronn ];