ringfairy: 0.1.2-unstable-2024-05-11 -> 0.1.3-unstable-2024-06-03

This commit is contained in:
emaryn 2025-02-26 19:45:25 +00:00
parent 62b32a63f5
commit d8284a4701

View File

@ -4,34 +4,24 @@
fetchFromGitHub, fetchFromGitHub,
pkg-config, pkg-config,
openssl, openssl,
stdenv,
darwin,
}: }:
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "ringfairy"; pname = "ringfairy";
version = "0.1.2-unstable-2024-05-11"; version = "0.1.3-unstable-2024-06-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "k3rs3d"; owner = "k3rs3d";
repo = "ringfairy"; repo = "ringfairy";
rev = "966fe129c72a7ff09f55f22273c1c291780d40cd"; rev = "bce9dce450d9fa8406f12f64045ca21f9f548942";
hash = "sha256-1soTvSjoBSIQBUK21COSmw8EKYcMUBjNs+FNs3jzy/E="; hash = "sha256-dyqmjjhX3aehxoziV1C8Xsh/tNR2mhMBgcziPPNqqkA=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-yoZH1GeQWiv9xQGFb1GRKbPpOKxoXhbLMXtkoiG6zS8="; cargoHash = "sha256-Sa8vGQkE31r8hr53q46FzfEievlLJvBTvvOzqHyZEFY=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = buildInputs = [ openssl ];
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk.frameworks;
[
Security
SystemConfiguration
]
);
meta = { meta = {
description = "Static webring generator in Rust"; description = "Static webring generator in Rust";