Merge pull request #237927 from figsoda/bfc

bfc: unstable-2023-02-02 -> 1.10.0
This commit is contained in:
Nick Cao 2023-06-15 19:39:04 -06:00 committed by GitHub
commit 67d3fc230c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,18 +8,18 @@
, stdenv
}:
rustPlatform.buildRustPackage {
rustPlatform.buildRustPackage rec {
pname = "bfc";
version = "unstable-2023-02-02";
version = "1.10.0";
src = fetchFromGitHub {
owner = "Wilfred";
repo = "bfc";
rev = "647379de6ec36b64ba0a098589c8374d0ce32690";
rev = version;
hash = "sha256-pPx9S7EnrL6aIvLlrCjGDKNYLhzd6ud1RvN+qCiZGXk=";
};
cargoHash = "sha256-5RPB4biLB2BTmfgOGzvnnQjnGp3cTmJdU1CVTAFRvKE=";
cargoHash = "sha256-2m21FdSSFC6MsOeofHk6P4yGR3wZ3siLQTAtl4UbDBQ=";
buildInputs = [
libxml2