File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 99
1010rustPlatform . buildRustPackage {
1111 pname = "redlib" ;
12- version = "0.36.0-unstable-2025-09-09 " ;
12+ version = "0.36.0-unstable-2025-12-16 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "redlib-org" ;
1616 repo = "redlib" ;
17- rev = "a989d19ca92713878e9a20dead4252f266dc4936 " ;
18- hash = "sha256-YJZVkCi8JQ1U47s52iOSyyf32S3b35pEqw4YTW8FHVY =" ;
17+ rev = "ba98178bbce0f62265095ba085128c7022e51a1f " ;
18+ hash = "sha256-ERTEoT7w8oGA0ztrzc9r9Bl/7OOay+APg3pW+h3tgvM =" ;
1919 } ;
2020
21- cargoHash = "sha256-L35VSQdIbKGGsBPU2Sj/MoYohy1ZibgZ+7NVa3yNjH8 =" ;
21+ cargoHash = "sha256-ageSjIX0BLVYlLAjeojQq5N6/VASOIpwXNR/3msl/p4 =" ;
2222
2323 postInstall = ''
2424 install --mode=444 -D contrib/redlib.service $out/lib/systemd/system/redlib.service
@@ -56,6 +56,8 @@ rustPlatform.buildRustPackage {
5656 "--skip=test_oauth_client_refresh"
5757 "--skip=test_oauth_token_exists"
5858 "--skip=test_oauth_headers_len"
59+ "--skip=oauth::test_generic_web_backend"
60+ "--skip=oauth::test_mobile_spoof_backend"
5961 ] ;
6062
6163 env = {
You can’t perform that action at this time.
0 commit comments