pdfhummus: 4.7.0 -> 4.8.0 (#465946)

This commit is contained in:
rewine
2025-11-28 18:30:56 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.7.0";
version = "4.8.0";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-VSWsqcGdaN1lc+/8VPhBWj4tIDUPQKx3jFYC4Kc0Zwk=";
hash = "sha256-VfuA1Xg0kudHfP/Hi1JvQfzVDuBumAkLr+SirPqSBTs=";
};
nativeBuildInputs = [