Skip to content

Commit

Permalink
redlib: 0.35.1-unstable-2024-11-01 -> 0.35.1-unstable-2024-11-22 (Nix…
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj authored Nov 30, 2024
2 parents 9b8a474 + 923e2e5 commit 08ae948
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/by-name/re/redlib/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 08ae948

Please sign in to comment.