Unverified Commit e91f3d0c authored by rewine's avatar rewine Committed by GitHub
Browse files

pdfhummus: 4.6.7 -> 4.6.8 (#365091)

parents 7e63a61f 61c50471
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "pdfhummus";
  version = "4.6.7";
  version = "4.6.8";

  src = fetchFromGitHub {
    owner = "galkahana";
    repo = "PDF-Writer";
    rev = "v${version}";
    hash = "sha256-XOoMh1YL4wJQ6Uliy0sdcrlqJbbbnZ0gmjuaXS1h+qQ=";
    hash = "sha256-sCa/yu+DVggN7Sha7dP9FXzZUJ2tGLYEFrq87dD4tsE=";
  };

  nativeBuildInputs = [