meowpdf: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm
2026-01-13 19:41:20 +00:00
parent 7680ec7c8a
commit d7fc5fbde9
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "meowpdf";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "monoamine11231";
repo = "meowpdf";
tag = "v${finalAttrs.version}";
hash = "sha256-RwhzPaqV7N6K5fO2ptBgZ2jRifZexpSvh+hJN0seIPc=";
hash = "sha256-Q3upQj7ppusWzrmESuPJrBO9kLde9lPLKA1b4jXrKQ0=";
};
cargoHash = "sha256-OH+0Pxb4QcRkjT2cOi9GJa5jss1DaMKUzVSmiwyIoAg=";
cargoHash = "sha256-qhoTOYR2K49Bhipnar/RxFFHvTTlwx1kS3YArPlYm/I=";
nativeBuildInputs = [
pkg-config