bfc: unstable-2023-02-02 -> 1.10.0

Diff: https://github.com/Wilfred/bfc/compare/647379de6ec36b64ba0a098589c8374d0ce32690...1.10.0
This commit is contained in:
figsoda
2023-06-15 08:51:32 -04:00
parent 12904347a7
commit fef834c641
+4 -4
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