Skip to content

Commit 66ba544

Browse files
syncstorage-rs: 0.17.15 -> 0.18.2 (#364157)
2 parents 4e9eac5 + 77a2b2d commit 66ba544

File tree

2 files changed

+64
-47
lines changed

2 files changed

+64
-47
lines changed

pkgs/by-name/sy/syncstorage-rs/Cargo.lock

Lines changed: 62 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/sy/syncstorage-rs/package.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ in
2222

2323
rustPlatform.buildRustPackage rec {
2424
pname = "syncstorage-rs";
25-
version = "0.17.15";
25+
version = "0.18.2";
2626

2727
src = fetchFromGitHub {
2828
owner = "mozilla-services";
2929
repo = pname;
3030
rev = "refs/tags/${version}";
31-
hash = "sha256-2o1QVDOgcVWvU0G8/dmVnxX4w5ZOZ9D8oh5GgO1ZpV0=";
31+
hash = "sha256-YIj9yoZrVRMcWFczyy5RR2Djwhu1/CyQuumzPoApp3I=";
3232
};
3333

3434
nativeBuildInputs = [
@@ -49,9 +49,6 @@ rustPlatform.buildRustPackage rec {
4949

5050
cargoLock = {
5151
lockFile = ./Cargo.lock;
52-
outputHashes = {
53-
"sentry-0.34.0" = "sha256-BdWz6EIEm2YU3DG3ODkuXCVCMV6srdyx2gXkOxINjHc=";
54-
};
5552
};
5653

5754
# almost all tests need a DB to test against

0 commit comments

Comments
 (0)