Unverified Commit bb7b7233 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #203515 from figsoda/zine

zine: 0.7.0 -> 0.8.0
parents 53076676 e608cf56
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -2,22 +2,22 @@
, rustPlatform
, fetchCrate
, pkg-config
, stdenv
, openssl
, stdenv
, CoreServices
, Security
}:

rustPlatform.buildRustPackage rec {
  pname = "zine";
  version = "0.7.0";
  version = "0.8.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-teLx21vA4b+ft4zZqou4EiTHhh9Foq2Vukmk4z0pWUM=";
    sha256 = "sha256-diG5YgaJt3XHd0yzMofaCamKLm9QACtY2DjtMi7ckSA=";
  };

  cargoSha256 = "sha256-OaA090pvJ6rc29wcsUTiuV4/VY/oDDEOGo94Ol31OzI=";
  cargoSha256 = "sha256-lGNM1cY1rDlAfrQvfXwy+YGVq8oqTGPVVE2oCq+8Z8o=";

  nativeBuildInputs = [
    pkg-config
@@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "A simple and opinionated tool to build your own magazine";
    homepage = "https://github.com/zineland/zine";
    changelog = "https://github.com/zineland/zine/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ dit7ya figsoda ];
  };