Update pkgs/applications/misc/pdfstudioviewer/default.nix

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
This commit is contained in:
Philipp Woelfel 2022-01-18 00:49:45 -07:00 committed by GitHub
parent f7f1f47f9f
commit e14cabc709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ let
minor = "2";
in stdenv.mkDerivation rec {
pname = "pdfstudioviewer";
version = "${year}.${major}.${minor}";
version = "${year}.1.2";
autoPatchelfIgnoreMissingDeps = true;
src = fetchurl {