syncstorage-rs: 0.17.0 -> 0.17.9 (#349507)

This commit is contained in:
Nick Cao 2024-10-18 16:05:49 -04:00 committed by GitHub
commit e5939be050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 420 additions and 289 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.17.0";
version = "0.17.9";
src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8MxGrE8BaqSN0vPORKupKQuqHiv2vcqQhTX+SnmWFoM=";
hash = "sha256-ezTwAAtt0/jKfA6FtvzuQVFYOODMcD4RFiU3x0Umifk=";
};
nativeBuildInputs = [