Commit d63da959 authored by figsoda's avatar figsoda
Browse files

zine: 0.12.1 -> 0.13.0

parent 5d6d90c3
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.12.1";
  version = "0.13.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-54kbSli/cEG8MlbPWC3xauj2VFxru/5haXfHaViUCN8=";
    sha256 = "sha256-N+0FEZ8TUbMs9cwPmURr39wRA+m7B4UbUOkpNmF1p9A=";
  };

  cargoHash = "sha256-youQoyJURmhPZItvfCSytUBpwRrejRf6EzfvjtgXH5E=";
  cargoHash = "sha256-2Mc1hrVJ3a1tE/Jo6MYjCfd03889raVTyLBzhCQi8ck=";

  nativeBuildInputs = [
    pkg-config