Unverified Commit 69659e52 authored by maxine's avatar maxine Committed by GitHub
Browse files

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

pdfhummus: 4.6.2 -> 4.6.3
parents 6672dc54 1e0be8fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [