Unverified Commit d02d6719 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #196868 from r-ryantm/auto-update/zine

zine: 0.6.0 -> 0.7.0
parents 967bcc5c 9c1c9af5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

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

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-savwRdIO48gCwqW2Wz/nWZuI1TxW/F0OR9jhNzHF+us=";
    sha256 = "sha256-teLx21vA4b+ft4zZqou4EiTHhh9Foq2Vukmk4z0pWUM=";
  };

  cargoSha256 = "sha256-U+pzT3V4rHiU+Hrax1EUXGQgdjrdfd3G07luaDSam3g=";
  cargoSha256 = "sha256-OaA090pvJ6rc29wcsUTiuV4/VY/oDDEOGo94Ol31OzI=";

  nativeBuildInputs = [
    pkg-config