pdfhummus: 4.6.6 -> 4.6.7

This commit is contained in:
R. Ryantm 2024-08-28 14:09:05 +00:00
parent 8a2f45a81f
commit 8235e1cd3b

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.6.6";
version = "4.6.7";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-JPL5+GoL4zvHgStgTV9pJBPsQtAeE2DJe02YrZEtdJ8=";
hash = "sha256-XOoMh1YL4wJQ6Uliy0sdcrlqJbbbnZ0gmjuaXS1h+qQ=";
};
nativeBuildInputs = [