Skip to content

Commit

Permalink
masterpdfeditor: 5.1.36 -> 5.1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Peyroux authored and Alexandre Peyroux committed Oct 13, 2018
1 parent 63b897a commit 27298d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/masterpdfeditor/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, sane-backends, qtbase, qtsvg, nss, autoPatchelfHook, lib, makeWrapper }:

let
version = "5.1.36";
version = "5.1.60";

in stdenv.mkDerivation {
name = "masterpdfeditor-${version}";

src = fetchurl {
url = "https://code-industry.net/public/master-pdf-editor-${version}_qt5.amd64.tar.gz";
sha256 = "10kydjg9qi6kvzn7ny5nk4xn2fsm47anq3al89hq97ppm9dlvh48";
sha256 = "0br5f04klzpbd25igbjjj1dqasmrcrw2zsan5bv0ydnr2lmpb2fz";
};

nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
Expand Down

0 comments on commit 27298d3

Please sign in to comment.