Skip to content

Commit

Permalink
cargo-cache: 0.6.2 -> 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and happysalada committed Jun 18, 2021
1 parent ddd10a8 commit fb0f42c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-cache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-cache";
version = "0.6.2";
version = "0.6.3";

src = fetchFromGitHub {
owner = "matthiaskrgr";
repo = pname;
rev = version;
sha256 = "sha256-/xP6TQcLyY1XC8r5SCkwej/I6fMaV5PqNNuvK1WbmeM=";
sha256 = "sha256-y6rvdY9511XScxLWPrH9aUFgSmRYmGqKE56MPBTH9OM=";
};

cargoSha256 = "sha256-1ZNbqydRsXmMGLhqPrgNAE8bhpZCMAJO/YQbOvtiS/s=";
cargoSha256 = "sha256-H6MBAXrKu4hZwx3lGHN6YMuYzeb21Zq0tVlF/lsQmLI=";

buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];

Expand Down

0 comments on commit fb0f42c

Please sign in to comment.