pdfstudio: 2021.1.2 -> 2021.1.3

This commit is contained in:
Philipp Woelfel 2022-04-17 18:41:58 -06:00
parent 891d0226de
commit b5f6673f09

View file

@ -12,7 +12,7 @@ in
pdfstudio = callPackage ./common.nix rec { pdfstudio = callPackage ./common.nix rec {
pname = program; pname = program;
year = "2021"; year = "2021";
version = "${year}.1.2"; version = "${year}.1.3";
desktopName = "PDF Studio"; desktopName = "PDF Studio";
longDescription = '' longDescription = ''
PDF Studio is an easy to use, full-featured PDF editing software. This is the standard/pro edition, which requires a license. For the free PDF Studio Viewer see the package pdfstudioviewer. PDF Studio is an easy to use, full-featured PDF editing software. This is the standard/pro edition, which requires a license. For the free PDF Studio Viewer see the package pdfstudioviewer.
@ -22,21 +22,21 @@ in
]; ];
src = fetchurl { src = fetchurl {
url = makeurl { inherit pname year version; }; url = makeurl { inherit pname year version; };
sha256 = "1188ll2qz58rr2slavqxisbz4q3fdzidpasb1p33926z0ym3rk45"; sha256 = "sha256-2az8/slWeLY7l7dCwyTaT18KFfvsO71vJFDZEvbDHGM=";
}; };
}; };
pdfstudioviewer = callPackage ./common.nix rec { pdfstudioviewer = callPackage ./common.nix rec {
pname = program; pname = program;
year = "2021"; year = "2021";
version = "${year}.1.2"; version = "${year}.1.3";
desktopName = "PDF Studio Viewer"; desktopName = "PDF Studio Viewer";
longDescription = '' longDescription = ''
PDF Studio Viewer is an easy to use, full-featured PDF editing software. This is the free edition. For the standard/pro edition, see the package pdfstudio. PDF Studio Viewer is an easy to use, full-featured PDF editing software. This is the free edition. For the standard/pro edition, see the package pdfstudio.
''; '';
src = fetchurl { src = fetchurl {
url = makeurl { inherit pname year version; }; url = makeurl { inherit pname year version; };
sha256 = "128k3fm8m8zdykx4s30g5m2zl7cgmvs4qinf1w525zh84v56agz6"; sha256 = "sha256-kd+rQruBL0fudmc30agRO/XV97l/6unqU0GK25yhOzI=";
}; };
}; };
}.${program} }.${program}