zine: 0.11.1 -> 0.12.0

Changelog: https://github.com/zineland/zine/releases/tag/v0.12.0
This commit is contained in:
figsoda 2023-03-07 12:02:38 -05:00
parent bdfa4d2e95
commit 518ee5c99b

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "zine";
version = "0.11.1";
version = "0.12.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-iva66tN7pMW0LAvhTbL0Tmsvsdq1+96VciTlaNoVywI=";
sha256 = "sha256-ioWgEl+bMaEDjtEQq/4vURS6Q/V9+r72NTWstyHm4mI=";
};
cargoHash = "sha256-xAA11Og5odn8eNbFNKiRUqLG/MLWPw1WSeNR9zGHs0U=";
cargoHash = "sha256-2BeImBebeO4kLXmBrGjPmAjbrsLUaS2y52KSazVITb0=";
nativeBuildInputs = [
pkg-config