zine: 0.15.0 -> 0.16.0

Diff: https://diff.rs/zine/0.15.0/0.16.0

Changelog: https://github.com/zineland/zine/releases/tag/v0.16.0
This commit is contained in:
figsoda 2023-07-04 12:45:33 -04:00
parent f50ca4172a
commit a16711996e
2 changed files with 10 additions and 10 deletions

View File

@ -4,27 +4,29 @@
, pkg-config
, openssl
, stdenv
, CoreServices
, Security
, darwin
}:
rustPlatform.buildRustPackage rec {
pname = "zine";
version = "0.15.0";
version = "0.16.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-81aCSIsgi7R4KmH1wvDYJJ1WX1vpT1n20XXSs+pHT54=";
hash = "sha256-pUoMMgZQ+oDs9Yhc1rQuy9cUWiR800DlIe8wxQjnIis=";
};
cargoHash = "sha256-QRxh67WKRUukKGbKQHwWYdDSazN+2g/kf2A3BgePOUM=";
cargoHash = "sha256-dXq8O0jVpr0xxvLTrsLJbiyyOMXXtEz7OMINqDEfG4U=";
nativeBuildInputs = [
pkg-config
];
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ CoreServices Security ];
buildInputs = [
openssl
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
meta = with lib; {
description = "A simple and opinionated tool to build your own magazine";

View File

@ -36211,9 +36211,7 @@ with pkgs;
zim = callPackage ../applications/office/zim { };
zine = callPackage ../applications/misc/zine {
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
};
zine = callPackage ../applications/misc/zine { };
zita-ajbridge = callPackage ../applications/audio/zita-ajbridge { };