Merge pull request #281869 from r-ryantm/auto-update/pdfhummus

pdfhummus: 4.6.2 -> 4.6.3
This commit is contained in:
maxine
2024-01-22 18:22:04 +01:00
committed by GitHub
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.6.2";
version = "4.6.3";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-PXiLP0lgqBdDbHHfvRT/d0M1jGjMVZZ3VDYnByzkKeI=";
hash = "sha256-6Hp5hacMpVdsiUvMSXBQ5432tPrkHSOiVoWa91sv38k=";
};
nativeBuildInputs = [