Unverified Commit 9a75f507 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

pappl: 1.4.7 -> 1.4.8 (#360307)

parents 8de0d4c5 3546de54
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 = [