Skip to content

Commit 923e2e5

Browse files
committed
redlib: 0.35.1-unstable-2024-11-01 -> 0.35.1-unstable-2024-11-27
The current version of redlib in nixpkgs is already 20 days old and does no longer work because of a change on reddit's side, see: redlib-org/redlib#324.
1 parent 57feb2a commit 923e2e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkgs/by-name/re/redlib/package.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}:
1010
rustPlatform.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"

0 commit comments

Comments
 (0)