fastmod: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2022-08-11 11:39:38 +00:00
parent aaa1c973c8
commit 7a4d71537c

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 ];