pdfpc: 4.0.7 -> 4.1

This commit is contained in:
Pascal Wittmann 2018-01-07 16:44:52 +01:00
parent a9bce99551
commit 922bcd0e46
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "pdfpc";
version = "4.0.7";
version = "4.1";
src = fetchFromGitHub {
repo = "pdfpc";
owner = "pdfpc";
rev = "v${version}";
sha256 = "00qfmmk8h762p53z46g976z7j4fbxyi16w5axzsv1ymvdq95ds8c";
sha256 = "02cp0x5prqrizxdp0sf2sk5ip0363vyw6fxsb3zwyx4dw0vz4g96";
};
nativeBuildInputs = [