Skip to content

Commit

Permalink
pdfpc: 4.0.3 -> 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Dec 6, 2016
1 parent 14e53ca commit 80f2e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/pdfpc/default.nix
Expand Up @@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "pdfpc";
version = "4.0.3";
version = "4.0.4";

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

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 80f2e53

Please sign in to comment.