pdfhummus: 4.6.8 -> 4.7.0

This commit is contained in:
R. Ryantm 2025-06-14 19:12:52 +00:00
parent 329fd2121f
commit 47b76011ec

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.6.8";
version = "4.7.0";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-sCa/yu+DVggN7Sha7dP9FXzZUJ2tGLYEFrq87dD4tsE=";
hash = "sha256-VSWsqcGdaN1lc+/8VPhBWj4tIDUPQKx3jFYC4Kc0Zwk=";
};
nativeBuildInputs = [