mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
syncstorage-rs: 0.12.0 -> 0.12.1
This commit is contained in:
parent
27a89ba43b
commit
609a1e8038
@ -21,13 +21,13 @@ in
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "syncstorage-rs";
|
pname = "syncstorage-rs";
|
||||||
version = "0.12.0";
|
version = "0.12.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mozilla-services";
|
owner = "mozilla-services";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-VfIpjpBS7LXe32fxIFp7xmbm40VwxUdHIEm5PnMpd4s=";
|
hash = "sha256-al3SgpJPg8dfdghV1dl00wShrKSJFegRVTilaOi0RHQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
--prefix PATH : ${lib.makeBinPath [ pyFxADeps ]}
|
--prefix PATH : ${lib.makeBinPath [ pyFxADeps ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoSha256 = "sha256-JXxArKA/2SIYJvjNA1yZHR9xDKt3N2U7HVMP/6M3BxE=";
|
cargoSha256 = "sha256-+9Yi+oKctFiTR8cXN6ajtwKEC0kkOP3+kPfUPSYsx5A=";
|
||||||
|
|
||||||
buildFeatures = [ "grpcio/openssl" ];
|
buildFeatures = [ "grpcio/openssl" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user