Compare commits

..

3 Commits

Author SHA1 Message Date
ee048b66b1
Update authelia user list 2024-11-21 00:22:27 -05:00
a1453ed052
Update redlib 2024-11-21 00:21:21 -05:00
92ad4149ba
Revert "Update redlib"
This reverts commit 444e7048f9916d215913a1ea243f2c939015cab4.
2024-11-20 18:08:18 -05:00
2 changed files with 4 additions and 14 deletions

View File

@ -5,20 +5,17 @@
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, darwin , darwin
, pkg-config
, perl
, openssl
, nix-update-script , nix-update-script
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "redlib"; pname = "redlib";
version = "0.35.1-unstable-2024-11-19"; version = "0.35.1-unstable-2024-11-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "redlib-org"; owner = "redlib-org";
repo = "redlib"; repo = "redlib";
rev = "18efb8c714ad10e0082059e1d47e0f95686d04a7"; rev = "6be6f892a4eb159f5a27ce48f0ce615298071eac";
hash = "sha256-Kzh0nSGxSqr4c6EvshqHdvqYbqiKCRehf2ngAuj2fmw="; hash = "sha256-UyA/iAPTbnrI6rNe7u8swO2h8PkLV6s4XS90Jv19CQ8=";
}; };
patches = [ patches = [
@ -27,17 +24,10 @@ rustPlatform.buildRustPackage rec {
./no-hash.patch ./no-hash.patch
]; ];
cargoHash = "sha256-ZmIYTDfdMDkxT1doV5kMMjqIHQ/zhiY/ewd77RqRSMU="; cargoHash = "sha256-Uy6wQ0+6XHXyyVGJNg9vp85gn8mhqFUnZxYa7gS3emA=";
buildInputs = lib.optionals stdenv.isDarwin [ buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.Security
] ++ lib.optionals stdenv.isLinux [
openssl
];
nativeBuildInputs = lib.optionals stdenv.isLinux [
pkg-config
perl
]; ];
checkFlags = [ checkFlags = [

Binary file not shown.