Skip to content

Commit 1e95402

Browse files
committedJul 4, 2017
pdfpc: 4.0.6 -> 4.0.7
1 parent 75f47a5 commit 1e95402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/misc/pdfpc/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
stdenv.mkDerivation rec {
55
name = "${product}-${version}";
66
product = "pdfpc";
7-
version = "4.0.6";
7+
version = "4.0.7";
88

99
src = fetchFromGitHub {
1010
repo = "pdfpc";
1111
owner = "pdfpc";
1212
rev = "v${version}";
13-
sha256 = "05cfx45i0xnwvclrbwlmqsjj2sk1galk62dc0mrkhr6293mbp1mx";
13+
sha256 = "00qfmmk8h762p53z46g976z7j4fbxyi16w5axzsv1ymvdq95ds8c";
1414
};
1515

1616
nativeBuildInputs = [ cmake pkgconfig vala ];

0 commit comments

Comments
 (0)
Please sign in to comment.