syncstorage-rs: 0.15.1 -> 0.15.2

changlog: https://github.com/mozilla-services/syncstorage-rs/releases/tag/0.15.2

not sure how relevant these are for nixos-centric use; the security fix
definitely is not (as it affects only windows).
This commit is contained in:
pennae 2024-04-17 16:25:31 +02:00
parent bc59f72803
commit 9b8fb7115d
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 = [