Merge pull request #186088 from r-ryantm/auto-update/fastmod

fastmod: 0.4.2 -> 0.4.3
This commit is contained in:
figsoda 2022-08-12 10:15:13 +08:00 committed by GitHub
commit bd2c13dc11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "fastmod";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Lv8hARD/aVWiWpJQmPWPeACpX15+3NogoUl5yh63E7A=";
sha256 = "sha256-j5+6ijJ04/Non7AUSN35OhfZ04MiPUDU4V1HLwZaM9k=";
};
cargoSha256 = "sha256-L1MKoVacVKcpEG2IfS+eENxFZNiSaTDTxfFbFlvzYl8=";
cargoSha256 = "sha256-RNTnP3RKRZXo3+L54y/8nBunGbsxVY72sbl+ZrqfeMI=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];