Unverified Commit 4f6554e6 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

pappl: 1.4.9 -> 1.4.10 (#474410)

parents aa575880 64d95e43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pappl";
  version = "1.4.9";
  version = "1.4.10";

  src = fetchFromGitHub {
    owner = "michaelrsweet";
    repo = "pappl";
    tag = "v${finalAttrs.version}";
    hash = "sha256-XHFYwl129iD5rKC1P/roFlX+03uFE8ofwQRIEkUuOCc=";
    hash = "sha256-nSjJLmkM730edY+rzxY7JSvwJoQdJiW/XBBsD+TY2ys=";
  };

  outputs = [