mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
Update to latest versions: pdfstudio2022.2.2, pdfstudio2021.2.1, pdfstudioviewer2022.2.2
This commit is contained in:
parent
6a88bba059
commit
3eea810b5e
1 changed files with 7 additions and 7 deletions
|
@ -31,23 +31,23 @@ in
|
||||||
{
|
{
|
||||||
pdfstudioviewer = callPackage ./common.nix rec {
|
pdfstudioviewer = callPackage ./common.nix rec {
|
||||||
inherit desktopName pname program year;
|
inherit desktopName pname program year;
|
||||||
version = "${year}.1.0";
|
version = "${year}.2.2";
|
||||||
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 = "https://web.archive.org/web/20220909093140/https://download.qoppa.com/pdfstudioviewer/PDFStudioViewer_linux64.deb";
|
url = "https://download.qoppa.com/pdfstudioviewer/PDFStudioViewer_linux64.deb";
|
||||||
sha256 = "sha256-za+a5vGkINLFvFoZdnB++4VGE9rfdfZf5HFNw/Af1AA=";
|
sha256 = "sha256-cc8YjrMsYZqgmwp5+AA+HsqzjxzFcTT/ga31NQz/OWc=";
|
||||||
};
|
};
|
||||||
jdk = jdk11;
|
jdk = jdk11;
|
||||||
};
|
};
|
||||||
|
|
||||||
pdfstudio2021 = callPackage ./common.nix rec {
|
pdfstudio2021 = callPackage ./common.nix rec {
|
||||||
inherit desktopName longDescription pname program year;
|
inherit desktopName longDescription pname program year;
|
||||||
version = "${year}.2.0";
|
version = "${year}.2.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.qoppa.com/pdfstudio/v${year}/PDFStudio_v${dot2dash version}_linux64.deb";
|
url = "https://download.qoppa.com/pdfstudio/v${year}/PDFStudio_v${dot2dash version}_linux64.deb";
|
||||||
sha256 = "sha256-wQgVWz2kS+XkrqvCAUishizfDrCwGyVDAAU4Yzj4uYU=";
|
sha256 = "sha256-yELpza2C3HJJIP+ZQP7x3Tfez0Nl6ctCbHCmTmpX3jo=";
|
||||||
};
|
};
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
(lib.getLib stdenv.cc.cc) # for libstdc++.so.6 and libgomp.so.1
|
(lib.getLib stdenv.cc.cc) # for libstdc++.so.6 and libgomp.so.1
|
||||||
|
@ -57,10 +57,10 @@ in
|
||||||
|
|
||||||
pdfstudio2022 = callPackage ./common.nix rec {
|
pdfstudio2022 = callPackage ./common.nix rec {
|
||||||
inherit desktopName longDescription pname program year;
|
inherit desktopName longDescription pname program year;
|
||||||
version = "${year}.1.3";
|
version = "${year}.2.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.qoppa.com/pdfstudio/v${year}/PDFStudio_v${dot2dash version}_linux64.deb";
|
url = "https://download.qoppa.com/pdfstudio/v${year}/PDFStudio_v${dot2dash version}_linux64.deb";
|
||||||
sha256 = "sha256-B3RrftuKsPWUWP9hwnq4i311hgZgwZLqG1pJLdilfQI=";
|
sha256 = "sha256-CP2cCmvedQJ/xjZWQ4wj6UZRqCsU5qK3Ta83TUVJyts=";
|
||||||
};
|
};
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
(lib.getLib stdenv.cc.cc) # for libstdc++.so.6 and libgomp.so.1
|
(lib.getLib stdenv.cc.cc) # for libstdc++.so.6 and libgomp.so.1
|
||||||
|
|
Loading…
Reference in a new issue