Merge pull request #263432 from pennae/syncstorage-updates

syncstorage-rs: 0.14.0 -> 0.14.1
This commit is contained in:
Mario Rodas
2023-10-26 05:39:23 -05:00
committed by GitHub
2 changed files with 569 additions and 338 deletions
+567 -334
View File
File diff suppressed because it is too large Load Diff
+2 -4
View File
@@ -2,7 +2,6 @@
, rustPlatform
, pkg-config
, python3
, openssl
, cmake
, libmysqlclient
, makeBinaryWrapper
@@ -21,13 +20,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ=";
hash = "sha256-7lIFHK0XSOtfDEy6N9jcPGOd5Por5i1CBdDZQBiHm8c=";
};
nativeBuildInputs = [
@@ -39,7 +38,6 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
libmysqlclient
openssl
];
preFixup = ''