3
0
Fork 0
forked from mirrors/nixpkgs

pdfpc: 4.3.0 -> 4.3.1_0

This commit is contained in:
Pascal Wittmann 2019-01-28 15:57:21 +01:00
parent 8474c24343
commit 0e14595178
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.3.0";
version = "4.3.1_0";
src = fetchFromGitHub {
repo = "pdfpc";
owner = "pdfpc";
rev = "v${version}";
sha256 = "1ild2p2lv89yj74fbbdsg3jb8dxpzdamsw0l0xs5h20fd2lsrwcd";
sha256 = "04bvgpdy3l030jd1f87a94lz4lky29skpak3k0bzazsajwpywprd";
};
nativeBuildInputs = [