zine: 0.9.0 -> 0.10.0

Changelog: https://github.com/zineland/zine/releases/tag/v0.10.0
This commit is contained in:
figsoda 2023-01-29 10:23:39 -05:00
parent a4e5fc4c73
commit e8fae4764c

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "zine";
version = "0.9.0";
version = "0.10.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-Z47BkBTKdzfjBJKjelJFu0tOU5bdjhLviDQ2fJQAlXE=";
sha256 = "sha256-hkBQ9WaWJrDhGAt35yueINutc7sAMbgbr8Iw5h0Ey4I=";
};
cargoSha256 = "sha256-sEIuilAjPZupSJojAu5DLtgToLCgMJKlJXWIAGcLeCQ=";
cargoSha256 = "sha256-rY7WHgd5wyx7TUgJamzre8HjeI0BRtaM14V3doCkfVY=";
nativeBuildInputs = [
pkg-config