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 rec {
1111 pname = "redlib" ;
12- version = "0.35.1-unstable-2024-11-01 " ;
12+ version = "0.35.1-unstable-2024-11-27 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "redlib-org" ;
1616 repo = "redlib" ;
17- rev = "f03bdcf472d32d51a1093528071dc329b348379d " ;
18- hash = "sha256-fbk0m20NpaUCWvH/l9hfmx+VKw4U3pkTkXdAeHL7bHs =" ;
17+ rev = "9f6b08cbb2d0f43644a34f5d0210ac32b9add30c " ;
18+ hash = "sha256-lFvlrVFzMk6igH/h/3TZnkl8SooanVyIRYbSyleb2OU =" ;
1919 } ;
2020
21- cargoHash = "sha256-PNqecQSx0Q+K3bBfbOJYWPdl7JdUTDQ4f95RUuW0vPw =" ;
21+ cargoHash = "sha256-BorE3wcT8eCgIatHyNr3p9ewj7cX8yYer0vPEuBYPj4 =" ;
2222
2323 buildInputs = lib . optionals stdenv . hostPlatform . isDarwin [
2424 darwin . apple_sdk . frameworks . Security
@@ -44,6 +44,8 @@ rustPlatform.buildRustPackage rec {
4444 "--skip=test_private_sub"
4545 "--skip=test_banned_sub"
4646 "--skip=test_gated_sub"
47+ "--skip=test_default_subscriptions"
48+ "--skip=test_rate_limit_check"
4749
4850 # subreddit.rs
4951 "--skip=test_fetching_subreddit"
You can’t perform that action at this time.
0 commit comments