Skip to content

Commit

Permalink
Merge pull request NixOS#114081 from r-ryantm/auto-update/pappl
Browse files Browse the repository at this point in the history
pappl: 1.0.1 -> 1.0.2
  • Loading branch information
marsam authored Feb 26, 2021
2 parents 8625f94 + f989e5f commit cf36c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/printing/pappl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit cf36c40

Please sign in to comment.