Skip to content

Commit 3546de5

Browse files
committed
pappl: 1.4.7 -> 1.4.8
1 parent 836aba1 commit 3546de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pa/pappl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "pappl";
19-
version = "1.4.7";
19+
version = "1.4.8";
2020

2121
src = fetchFromGitHub {
2222
owner = "michaelrsweet";
2323
repo = "pappl";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-Npry3H+QbAH19hoqAZuOwjpZwCPhOLewD8uKZlo4gdQ=";
25+
hash = "sha256-vp0DQvsQzuiXb5QAXVEcXNvyDJeRM99aO9/baZw9QwA=";
2626
};
2727

2828
outputs = [

0 commit comments

Comments
 (0)