Merge pull request #296614 from pennae/syncstorage-updates

syncstorage-rs: 0.14.1 -> 0.15.1
This commit is contained in:
Nick Cao
2024-03-18 12:55:45 -07:00
committed by GitHub
3 changed files with 834 additions and 1741 deletions
File diff suppressed because it is too large Load Diff
@@ -20,13 +20,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs";
version = "0.14.1";
version = "0.15.1";
src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7lIFHK0XSOtfDEy6N9jcPGOd5Por5i1CBdDZQBiHm8c=";
hash = "sha256-uQaiBxK+dV/AgMlKbFUvHV7bUUGX6gpypImCat7H4S8=";
};
nativeBuildInputs = [
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"deadpool-0.5.2" = "sha256-V3v03t8XWA6rA8RaNunq2kh2U+6Lc2C2moKdaF2bmEc=";
"deadpool-0.7.0" = "sha256-yQwn45EuzmPBwuT+iLJ/LLWAkBkW2vF+GLswdbpFVAY=";
};
};
-2
View File
@@ -26511,8 +26511,6 @@ with pkgs;
sympa = callPackage ../servers/mail/sympa { };
syncstorage-rs = callPackage ../servers/syncstorage-rs { };
system-sendmail = lowPrio (callPackage ../servers/mail/system-sendmail { });
# PulseAudio daemons