zine: 0.12.1 -> 0.13.0

Changelog: https://github.com/zineland/zine/releases/tag/v0.13.0
This commit is contained in:
figsoda 2023-03-12 12:58:29 -04:00
parent 5d6d90c3bf
commit d63da959fd

View file

@ -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