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

pdfhummus: 4.5.12 -> 4.6
This commit is contained in:
Weijia Wang 2023-10-16 21:59:59 +02:00 committed by GitHub
commit 128bdedfdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.5.12";
version = "4.6";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-n5mzzIDU7Lb2V9YImPvceCBUt9Q+ZeF45CHtW52cGpY=";
hash = "sha256-TP/NDh5fPPHuiRaj6+YZfhtHZmlb+mqtnXfzyjVKAHY=";
};
nativeBuildInputs = [