pappl: 1.4.7 -> 1.4.8

This commit is contained in:
R. Ryantm 2024-11-30 05:09:46 +00:00
parent 836aba1612
commit 3546de54ee

View File

@ -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 = [