redlib: 0.36.0-unstable-2025-09-09 -> 0.36.0-unstable-2025-12-16 (#471574)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-18 21:18:02 +00:00
committed by GitHub
+6 -4
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "redlib"; pname = "redlib";
version = "0.36.0-unstable-2025-09-09"; version = "0.36.0-unstable-2025-12-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "redlib-org"; owner = "redlib-org";
repo = "redlib"; repo = "redlib";
rev = "a989d19ca92713878e9a20dead4252f266dc4936"; rev = "ba98178bbce0f62265095ba085128c7022e51a1f";
hash = "sha256-YJZVkCi8JQ1U47s52iOSyyf32S3b35pEqw4YTW8FHVY="; hash = "sha256-ERTEoT7w8oGA0ztrzc9r9Bl/7OOay+APg3pW+h3tgvM=";
}; };
cargoHash = "sha256-L35VSQdIbKGGsBPU2Sj/MoYohy1ZibgZ+7NVa3yNjH8="; cargoHash = "sha256-ageSjIX0BLVYlLAjeojQq5N6/VASOIpwXNR/3msl/p4=";
postInstall = '' postInstall = ''
install --mode=444 -D contrib/redlib.service $out/lib/systemd/system/redlib.service 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_client_refresh"
"--skip=test_oauth_token_exists" "--skip=test_oauth_token_exists"
"--skip=test_oauth_headers_len" "--skip=test_oauth_headers_len"
"--skip=oauth::test_generic_web_backend"
"--skip=oauth::test_mobile_spoof_backend"
]; ];
env = { env = {