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:
https://github.com/redlib-org/redlib/issues/324.
This commit is contained in:
Benedikt Peetz 2024-11-22 19:22:38 +01:00
parent 57feb2a16f
commit 923e2e59cc
No known key found for this signature in database
GPG Key ID: B6139BCB07CE946D

View File

@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "redlib";
version = "0.35.1-unstable-2024-11-01";
version = "0.35.1-unstable-2024-11-27";
src = fetchFromGitHub {
owner = "redlib-org";
repo = "redlib";
rev = "f03bdcf472d32d51a1093528071dc329b348379d";
hash = "sha256-fbk0m20NpaUCWvH/l9hfmx+VKw4U3pkTkXdAeHL7bHs=";
rev = "9f6b08cbb2d0f43644a34f5d0210ac32b9add30c";
hash = "sha256-lFvlrVFzMk6igH/h/3TZnkl8SooanVyIRYbSyleb2OU=";
};
cargoHash = "sha256-PNqecQSx0Q+K3bBfbOJYWPdl7JdUTDQ4f95RUuW0vPw=";
cargoHash = "sha256-BorE3wcT8eCgIatHyNr3p9ewj7cX8yYer0vPEuBYPj4=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
@ -44,6 +44,8 @@ rustPlatform.buildRustPackage rec {
"--skip=test_private_sub"
"--skip=test_banned_sub"
"--skip=test_gated_sub"
"--skip=test_default_subscriptions"
"--skip=test_rate_limit_check"
# subreddit.rs
"--skip=test_fetching_subreddit"