buffrs: 0.10.0 -> 0.11.0
This commit is contained in:
parent
88c2eff74c
commit
ed54ec3a5f
@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "buffrs";
|
pname = "buffrs";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "helsing-ai";
|
owner = "helsing-ai";
|
||||||
repo = "buffrs";
|
repo = "buffrs";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-lqSaXTuIXeuvS01i/35oLUU39FpVEpMoR3OSRstKhjI=";
|
hash = "sha256-VHzPOFOkwz3QlDt25gBbishM4ujtEPFjA21WuiNVw00=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-3urjpHMW46ZnPMsiaRgRyhFOKA+080MauNESRjf/W1Y=";
|
cargoHash = "sha256-/cdBt23VSmwN/C2XdHeeRjUSqLWiEheqVl+hfEDKIP0=";
|
||||||
|
|
||||||
# Disabling tests meant to work over the network, as they will fail
|
# Disabling tests meant to work over the network, as they will fail
|
||||||
# inside the builder.
|
# inside the builder.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user