Compare commits
3 Commits
842651aafb
...
ee048b66b1
Author | SHA1 | Date | |
---|---|---|---|
ee048b66b1 | |||
a1453ed052 | |||
92ad4149ba |
@ -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.
Loading…
x
Reference in New Issue
Block a user