syncstorage-rs: 0.18.2 -> 0.18.3 (#407330)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:47:20 +00:00 committed by GitHub
commit b3788320dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,13 +22,13 @@ in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs"; pname = "syncstorage-rs";
version = "0.18.2"; version = "0.18.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mozilla-services"; owner = "mozilla-services";
repo = "syncstorage-rs"; repo = "syncstorage-rs";
tag = version; tag = version;
hash = "sha256-YIj9yoZrVRMcWFczyy5RR2Djwhu1/CyQuumzPoApp3I="; hash = "sha256-LrtUHvkajZ94SSo63hypAnxfv4x61vne2uMazx4vv8c=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
''; '';
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-POm9JMv6sPIl00HzKoVJPUdvRcmBpsB/fbG/JmjePPM="; cargoHash = "sha256-q6WKaUHr1/Cxpj/A2ox3e63EqQpNMDk3Bdkdrb6qq7A=";
# almost all tests need a DB to test against # almost all tests need a DB to test against
doCheck = false; doCheck = false;