Merge pull request #114081 from r-ryantm/auto-update/pappl

pappl: 1.0.1 -> 1.0.2
This commit is contained in:
Mario Rodas 2021-02-26 00:01:41 -05:00 committed by GitHub
commit cf36c4027a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pappl";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4evyOrPd8zb5y00L8h2t++ayW1S8WQ5P+6MXe6eju68=";
sha256 = "sha256-L4ptgAJAvyTUCVl6YotA8DnlISc9PwZM0WjXyOvxGJg=";
};
outputs = [ "out" "dev" ];