Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c71518e75bf0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb92b4be7542
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 9, 2020

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    36d622b View commit details

Commits on Jul 11, 2020

  1. Merge pull request #92812 from r-ryantm/auto-update/masterpdfeditor

    masterpdfeditor: 5.4.38 -> 5.6.09
    danieldk authored Jul 11, 2020
    Copy the full SHA
    cb92b4b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/masterpdfeditor/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/masterpdfeditor/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "masterpdfeditor";
version = "5.4.38";
version = "5.6.09";

src = fetchurl {
url = "https://code-industry.net/public/master-pdf-editor-${version}-qt5.amd64.tar.gz";
sha256 = "0fidy8gd4mqvyfgmrwdiz8z53dyzihqqhgfrffj0z0idm2zi4mcq";
sha256 = "0v9j6fwr0xl03kr77vf4wdb06zlplmn4mr3jyzxhvs8a77scmfzb";
};

nativeBuildInputs = [ autoPatchelfHook wrapQtAppsHook ];