We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 75f47a5 commit 1e95402Copy full SHA for 1e95402
pkgs/applications/misc/pdfpc/default.nix
@@ -4,13 +4,13 @@
4
stdenv.mkDerivation rec {
5
name = "${product}-${version}";
6
product = "pdfpc";
7
- version = "4.0.6";
+ version = "4.0.7";
8
9
src = fetchFromGitHub {
10
repo = "pdfpc";
11
owner = "pdfpc";
12
rev = "v${version}";
13
- sha256 = "05cfx45i0xnwvclrbwlmqsjj2sk1galk62dc0mrkhr6293mbp1mx";
+ sha256 = "00qfmmk8h762p53z46g976z7j4fbxyi16w5axzsv1ymvdq95ds8c";
14
};
15
16
nativeBuildInputs = [ cmake pkgconfig vala ];
0 commit comments