pqiv: 2.8.3 -> 2.9

This commit is contained in:
Johannes Frankenau 2017-07-08 01:05:48 +02:00 committed by vbgl
parent 1a7d9f573b
commit f501db5573

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation (rec { stdenv.mkDerivation (rec {
name = "pqiv-${version}"; name = "pqiv-${version}";
version = "2.8.3"; version = "2.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phillipberndt"; owner = "phillipberndt";
repo = "pqiv"; repo = "pqiv";
rev = version; rev = version;
sha256 = "0fhmqa1q1y5y0ivrgx9xv864zqvd5dk4fiqi4bgi1ybdfx7vv2fy"; sha256 = "1xncf6aq52zpxpmz3ikmlkinz7y3nmbpgfxjb7q40sqs00n0mfsd";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];