zine: 0.14.0 -> 0.15.0

Changelog: https://github.com/zineland/zine/releases/tag/v0.15.0
This commit is contained in:
figsoda 2023-05-07 11:23:07 -04:00
parent 3a5de06a7d
commit 0b534a2157

View file

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "zine"; pname = "zine";
version = "0.14.0"; version = "0.15.0";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-ydcrU2nIlu7Jx7S00DZmD2lAwLIFNzfv4zzM4SwJLVc="; sha256 = "sha256-81aCSIsgi7R4KmH1wvDYJJ1WX1vpT1n20XXSs+pHT54=";
}; };
cargoHash = "sha256-j87mpWuYOx7oQyUIlvqKeQ/LZ2lRxz4hyPC0TsrgX2g="; cargoHash = "sha256-QRxh67WKRUukKGbKQHwWYdDSazN+2g/kf2A3BgePOUM=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config