From b8569ae5c8fd8457934031a04ea4dc9200a9ea50 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Wed, 17 Dec 2025 01:32:39 -0500 Subject: [PATCH] redlib: 0.36.0-unstable-2025-09-09 -> 0.36.0-unstable-2025-12-16 --- pkgs/by-name/re/redlib/package.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/re/redlib/package.nix b/pkgs/by-name/re/redlib/package.nix index 8a05c4f4ee91..0520efa884e9 100644 --- a/pkgs/by-name/re/redlib/package.nix +++ b/pkgs/by-name/re/redlib/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage { pname = "redlib"; - version = "0.36.0-unstable-2025-09-09"; + version = "0.36.0-unstable-2025-12-16"; src = fetchFromGitHub { owner = "redlib-org"; repo = "redlib"; - rev = "a989d19ca92713878e9a20dead4252f266dc4936"; - hash = "sha256-YJZVkCi8JQ1U47s52iOSyyf32S3b35pEqw4YTW8FHVY="; + rev = "ba98178bbce0f62265095ba085128c7022e51a1f"; + hash = "sha256-ERTEoT7w8oGA0ztrzc9r9Bl/7OOay+APg3pW+h3tgvM="; }; - cargoHash = "sha256-L35VSQdIbKGGsBPU2Sj/MoYohy1ZibgZ+7NVa3yNjH8="; + cargoHash = "sha256-ageSjIX0BLVYlLAjeojQq5N6/VASOIpwXNR/3msl/p4="; postInstall = '' install --mode=444 -D contrib/redlib.service $out/lib/systemd/system/redlib.service @@ -56,6 +56,8 @@ rustPlatform.buildRustPackage { "--skip=test_oauth_client_refresh" "--skip=test_oauth_token_exists" "--skip=test_oauth_headers_len" + "--skip=oauth::test_generic_web_backend" + "--skip=oauth::test_mobile_spoof_backend" ]; env = {