Merge pull request #138122 from r-ryantm/auto-update/htmlq

htmlq: 0.2.0 -> 0.3.0
This commit is contained in:
Bobby Rong 2021-09-16 20:00:46 +08:00 committed by GitHub
commit a8c358d55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "htmlq";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "mgdm";
repo = "htmlq";
rev = "v${version}";
sha256 = "sha256-Q2zjrHKFWowx2yB1cdGxPnNnc8yQJz65HaX0yIqbHks=";
sha256 = "sha256-pTw+dsbbFwrPIxCimMsYfyAF2zVeudebxVtMQV1cJnE=";
};
cargoSha256 = "sha256-pPtKPVSdEtEPmQPpNRJ4uyguDRAW0YvKgdUw5OAtbjA=";
cargoSha256 = "sha256-jeoSA7w2bk0R3L+/FDn/b+ddTCqY8zFr/2GCxI7OCzM=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];