Merge pull request #183042 from colemickens/pipes-rs

pipes-rs: 1.4.7->1.6.0
This commit is contained in:
Bobby Rong 2022-07-30 11:01:45 +08:00 committed by GitHub
commit 67b1a1f732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pipes-rs"; pname = "pipes-rs";
version = "1.4.7"; version = "1.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lhvy"; owner = "lhvy";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-egjmvvbPmIjccg44F2/TiGrn5HRN5hp8XL0yd0/ctv0="; sha256 = "sha256-UwRXErlGtneEtc3UAiREwILQPTRQn1AgxiWDzSCZv/M=";
}; };
cargoSha256 = "sha256-i9aR0dGNRF37Hhs9vq0wpdZGIVkX7M1SzbpASR5ve+g="; cargoSha256 = "sha256-Qyuvg13SnTN1dvxn4Gu4tizmjk4zrEi/iuXTV28fZbQ=";
doInstallCheck = true; doInstallCheck = true;