mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
Update pkgs/applications/misc/pdfstudioviewer/default.nix
Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
This commit is contained in:
parent
f7f1f47f9f
commit
e14cabc709
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user