Skip to content

Commit

Permalink
syncstorage-rs: 0.17.15 -> 0.18.2 (#364157)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 13, 2024
2 parents 4e9eac5 + 77a2b2d commit 66ba544
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 47 deletions.
104 changes: 62 additions & 42 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.

7 changes: 2 additions & 5 deletions pkgs/by-name/sy/syncstorage-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ in

rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs";
version = "0.17.15";
version = "0.18.2";

src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2o1QVDOgcVWvU0G8/dmVnxX4w5ZOZ9D8oh5GgO1ZpV0=";
hash = "sha256-YIj9yoZrVRMcWFczyy5RR2Djwhu1/CyQuumzPoApp3I=";
};

nativeBuildInputs = [
Expand All @@ -49,9 +49,6 @@ rustPlatform.buildRustPackage rec {

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"sentry-0.34.0" = "sha256-BdWz6EIEm2YU3DG3ODkuXCVCMV6srdyx2gXkOxINjHc=";
};
};

# almost all tests need a DB to test against
Expand Down

0 comments on commit 66ba544

Please sign in to comment.