Skip to content

Commit

Permalink
pdfpc: 4.0.4 -> 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 9, 2017
1 parent 7a86564 commit 755c292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/pdfpc/default.nix
Expand Up @@ -4,17 +4,17 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "pdfpc";
version = "4.0.4";
version = "4.0.5";

src = fetchFromGitHub {
repo = "pdfpc";
owner = "pdfpc";
rev = "v${version}";
sha256 = "07wpf3gkgiq7dpgsrv7whk0pzm18cni4s53hd7zz40319jmlaf4q";
sha256 = "13spngkp0lq2qlw4mxsngx4ckr201axzn5ppjax0bhlckirvzr2s";
};

nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ gstreamer gst-plugins-base vala gtk3 libgee poppler
nativeBuildInputs = [ cmake pkgconfig vala ];
buildInputs = [ gstreamer gst-plugins-base gtk3 libgee poppler
libpthreadstubs makeWrapper librsvg ];

postInstall = ''
Expand Down

0 comments on commit 755c292

Please sign in to comment.