3
0
Fork 0
forked from mirrors/nixpkgs

pdfsam-basic: 4.2.7 -> 4.2.8

This commit is contained in:
R. Ryantm 2021-12-08 00:10:36 +00:00
parent a98017a5f9
commit f0fd385647

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pdfsam-basic";
version = "4.2.7";
version = "4.2.8";
src = fetchurl {
url = "https://github.com/torakiki/pdfsam/releases/download/v${version}/pdfsam_${version}-1_amd64.deb";
sha256 = "sha256-PVG4KZX6KxkrooywgEmqOItyLt5hGs+b/KCaguduGyc=";
sha256 = "sha256-bbGFSy2ZuUtFWyAgje6s+RSQ6S7NZGAhjvZMbIWfYhE=";
};
unpackPhase = ''