Merge pull request #320140 from pennae/syncstorage-updates

syncstorage-rs: 0.15.2 -> 0.17.0
This commit is contained in:
Martin Weinelt 2024-06-16 15:42:04 +02:00 committed by GitHub
commit 55f157bb3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 453 additions and 292 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,13 +20,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs";
version = "0.15.2";
version = "0.17.0";
src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YKWXr10cVOqQm6XvugwarE3I1gtAyLOlUqPGbLDhHxY=";
hash = "sha256-8MxGrE8BaqSN0vPORKupKQuqHiv2vcqQhTX+SnmWFoM=";
};
nativeBuildInputs = [