delete unused syncthing ids

This commit is contained in:
Kopatz
2025-05-04 18:42:50 +02:00
parent 9fa8c143e3
commit 4ab637311f
5 changed files with 13 additions and 23 deletions

View File

@@ -16,5 +16,5 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [ openssl ];
cargoHash = "sha256-rJWjX99keDzKs76u3D2aXKWGmBkQ0mF/HWZYHcQtaW0=";
cargoHash = "sha256-xQBAFdwYmwEbH14GAHyboBfJu8kuI+7oOUvHe4N++RI=";
}