zine: 0.12.0 -> 0.12.1

Changelog: https://github.com/zineland/zine/releases/tag/v0.12.1
This commit is contained in:
figsoda 2023-03-10 10:58:38 -05:00
parent cab32f0f86
commit 2821b95a7a

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "zine";
version = "0.12.0";
version = "0.12.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-ioWgEl+bMaEDjtEQq/4vURS6Q/V9+r72NTWstyHm4mI=";
sha256 = "sha256-54kbSli/cEG8MlbPWC3xauj2VFxru/5haXfHaViUCN8=";
};
cargoHash = "sha256-2BeImBebeO4kLXmBrGjPmAjbrsLUaS2y52KSazVITb0=";
cargoHash = "sha256-youQoyJURmhPZItvfCSytUBpwRrejRf6EzfvjtgXH5E=";
nativeBuildInputs = [
pkg-config