Merge pull request #304800 from pennae/syncstorage-updates

syncstorage-rs: 0.15.1 -> 0.15.2
This commit is contained in:
Martin Weinelt 2024-04-17 19:27:13 +02:00 committed by GitHub
commit 8745ba347f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 256 additions and 259 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.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-uQaiBxK+dV/AgMlKbFUvHV7bUUGX6gpypImCat7H4S8=";
hash = "sha256-YKWXr10cVOqQm6XvugwarE3I1gtAyLOlUqPGbLDhHxY=";
};
nativeBuildInputs = [