syncstorage-rs: 0.14.0 -> 0.14.1

This commit is contained in:
pennae 2023-10-25 21:23:49 +02:00
parent 4f2b18d418
commit f9d24562e8
2 changed files with 569 additions and 336 deletions

File diff suppressed because it is too large Load diff

View file

@ -21,13 +21,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ=";
hash = "sha256-7lIFHK0XSOtfDEy6N9jcPGOd5Por5i1CBdDZQBiHm8c=";
};
nativeBuildInputs = [