Skip to content

Commit

Permalink
syncstorage-rs: 0.17.9 -> 0.17.12 (#350176)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 31, 2024
2 parents 8206fa0 + d2c9de5 commit 3a0187e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
47 changes: 20 additions & 27 deletions pkgs/by-name/sy/syncstorage-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions pkgs/by-name/sy/syncstorage-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, libmysqlclient
, makeBinaryWrapper
, lib
, nix-update-script
}:

let
Expand All @@ -20,13 +21,13 @@ in

rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs";
version = "0.17.9";
version = "0.17.12";

src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ezTwAAtt0/jKfA6FtvzuQVFYOODMcD4RFiU3x0Umifk=";
hash = "sha256-hvKbKbRa5zk+80xmKWeMRjshaS6uybFzb5KdBY19Sl8=";
};

nativeBuildInputs = [
Expand All @@ -49,12 +50,15 @@ rustPlatform.buildRustPackage rec {
lockFile = ./Cargo.lock;
outputHashes = {
"deadpool-0.7.0" = "sha256-yQwn45EuzmPBwuT+iLJ/LLWAkBkW2vF+GLswdbpFVAY=";
"sentry-0.34.0" = "sha256-BdWz6EIEm2YU3DG3ODkuXCVCMV6srdyx2gXkOxINjHc=";
};
};

# almost all tests need a DB to test against
doCheck = false;

passthru.updateScript = nix-update-script {};

meta = {
description = "Mozilla Sync Storage built with Rust";
homepage = "https://github.com/mozilla-services/syncstorage-rs";
Expand Down

0 comments on commit 3a0187e

Please sign in to comment.