syncstorage-rs: 0.18.3 -> 0.19.1 (#432107)

This commit is contained in:
Wolfgang Walther
2025-08-14 14:09:24 +00:00
committed by GitHub
+3 -3
View File
@@ -22,13 +22,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "syncstorage-rs";
version = "0.18.3";
version = "0.19.1";
src = fetchFromGitHub {
owner = "mozilla-services";
repo = "syncstorage-rs";
tag = version;
hash = "sha256-LrtUHvkajZ94SSo63hypAnxfv4x61vne2uMazx4vv8c=";
hash = "sha256-UEBF0z2gn9Jpj6IefvB5XMwt21uuD5PlpHj7Ow7yf/Y=";
};
nativeBuildInputs = [
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
--prefix PATH : ${lib.makeBinPath [ pyFxADeps ]}
'';
cargoHash = "sha256-q6WKaUHr1/Cxpj/A2ox3e63EqQpNMDk3Bdkdrb6qq7A=";
cargoHash = "sha256-fkVqyA296BmK+jK9yJ0gj0V7CThv021AxNMCMFdr8fg=";
# almost all tests need a DB to test against
doCheck = false;