polylux2pdfpc: 0.3.1 -> 0.4.0 (#379603)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-14 20:31:05 +01:00
committed by GitHub
+4 -4
View File
@@ -10,14 +10,14 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "polylux2pdfpc";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "andreasKroepelin";
owner = "polylux-typ";
repo = "polylux";
rev = "v${version}";
sparseCheckout = [ dirname ];
hash = "sha256-GefX7XsUfOMCp2THstSizRGpKAoq7yquVukWQjGuFgc=";
hash = "sha256-41FgRejonvVTmE89WGm0Cqumm8lb6kkfxtkWV74UKJA=";
};
sourceRoot = "${src.name}/${dirname}";
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Tool to make pdfpc interpret slides created by polylux correctly";
homepage = "https://github.com/andreasKroepelin/polylux/tree/main/pdfpc-extractor";
homepage = "https://github.com/polylux-typ/polylux/tree/main/pdfpc-extractor";
license = licenses.mit;
mainProgram = "polylux2pdfpc";
maintainers = [ maintainers.diogotcorreia ];