syncstorage-rs: 0.13.2 -> 0.13.5
This commit is contained in:
parent
f71c25b983
commit
3d20075cdd
1 changed files with 3 additions and 3 deletions
|
@ -21,13 +21,13 @@ in
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "syncstorage-rs";
|
pname = "syncstorage-rs";
|
||||||
version = "0.13.2";
|
version = "0.13.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mozilla-services";
|
owner = "mozilla-services";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-zxpqQpzmPPU6V5QITK9SgAAI7l3/7+h0u3/bZgiU7y4=";
|
hash = "sha256-eFrrZ/+8OsmIfCEoXPAKqVkZlgN8sfXueJQvQN8VCB0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
--prefix PATH : ${lib.makeBinPath [ pyFxADeps ]}
|
--prefix PATH : ${lib.makeBinPath [ pyFxADeps ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoHash = "sha256-U0xHqOh0ii4PE9UYKo+diqSoZ1ZjzBmHILvAhHSZD0A=";
|
cargoHash = "sha256-SgOxXzI6IZcP5Q06Aj5Pv6Rrvb7xVShUcGaViLuESOw=";
|
||||||
|
|
||||||
buildFeatures = [ "grpcio/openssl" ];
|
buildFeatures = [ "grpcio/openssl" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue