mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Merge pull request #260062 from pennae/syncstorage-update
syncstorage-rs: 0.13.6 -> 0.14.0
This commit is contained in:
commit
429d5f4194
1526
pkgs/servers/syncstorage-rs/Cargo.lock
generated
1526
pkgs/servers/syncstorage-rs/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -21,13 +21,13 @@ in
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "syncstorage-rs";
|
||||
version = "0.13.6";
|
||||
version = "0.14.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mozilla-services";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-LCMbhFoxi/fYaivW5gNyDhfytW/avhrrd29fXobSxJU=";
|
||||
hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -54,8 +54,6 @@ rustPlatform.buildRustPackage rec {
|
||||
};
|
||||
};
|
||||
|
||||
buildFeatures = [ "grpcio/openssl" ];
|
||||
|
||||
# almost all tests need a DB to test against
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user