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
2 changed files with 453 additions and 292 deletions
+451 -290
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = [