pqiv: 2.10.1 -> 2.10.2

This commit is contained in:
Bart Brouns 2017-12-13 13:04:31 +01:00
parent afe9649210
commit 6ac325146c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (rec {
name = "pqiv-${version}";
version = "2.10.1";
version = "2.10.2";
src = fetchFromGitHub {
owner = "phillipberndt";
repo = "pqiv";
rev = version;
sha256 = "06blqckj3bpbi2kl5ndv2d10r7nw62r386kfwrkic9amynlv9gki";
sha256 = "0zn7ps73lw04l9i4777c90ik07v3hkg66mnpz8vvvwjyi40i77a7";
};
nativeBuildInputs = [ pkgconfig ];