Merge pull request #241521 from figsoda/zine

zine: 0.15.0 -> 0.16.0
This commit is contained in:
Weijia Wang 2023-07-05 15:18:12 +03:00 committed by GitHub
commit bd0b676baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -36219,9 +36219,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 { };