Merge pull request #127133 from jonringer/update-pappl

pappl: 1.0.2 -> 1.0.3
This commit is contained in:
Sandro 2021-06-17 03:07:56 +02:00 committed by GitHub
commit d147e028cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pappl";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L4ptgAJAvyTUCVl6YotA8DnlISc9PwZM0WjXyOvxGJg=";
sha256 = "sha256-B3g6R0/li+5D4odFG21qj+SR3K4PFnzzxIGCwbk1buo=";
};
outputs = [ "out" "dev" ];