pdfpc: 4.4.0 → 4.4.1

This commit is contained in:
Vincent Laporte 2020-11-16 08:47:14 +01:00
parent 300846f3c9
commit 89e35b3fd3
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "pdfpc";
version = "4.4.0";
version = "4.4.1";
src = fetchFromGitHub {
repo = product;
owner = product;
rev = "v${version}";
sha256 = "0vh2r32akvasdrghkaq7ard24r2qncp34jfiyshi3zxabm9bhfaa";
sha256 = "11n925c5jj3yfwnqkgxzqrmsrpqh8ls1g4idmqqzpsanpam1xvna";
};
nativeBuildInputs = [