Unverified Commit d7c82704 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #247329 from wineee/pdfhummus

pdfhummus: 4.5.9 -> 4.5.10
parents 2c10e3cd 8d6b40e8
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.5.9";
  version = "4.5.10";

  src = fetchFromGitHub {
    owner = "galkahana";
    repo = "PDF-Writer";
    rev = "v${version}";
    hash = "sha256-2Q49+T1RH0DaQ8u0ypbvFdcPrLoO1G+XpVuYn9/4jRk=";
    hash = "sha256-dhbb/9+6ftjde+oh665ujA5CvY+Ume0pz/ghrohcaNE=";
  };

  nativeBuildInputs = [