Commit 3546de54 authored by R. RyanTM's avatar R. RyanTM
Browse files

pappl: 1.4.7 -> 1.4.8

parent 836aba16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "pappl";
  version = "1.4.7";
  version = "1.4.8";

  src = fetchFromGitHub {
    owner = "michaelrsweet";
    repo = "pappl";
    rev = "refs/tags/v${version}";
    hash = "sha256-Npry3H+QbAH19hoqAZuOwjpZwCPhOLewD8uKZlo4gdQ=";
    hash = "sha256-vp0DQvsQzuiXb5QAXVEcXNvyDJeRM99aO9/baZw9QwA=";
  };

  outputs = [