Merge pull request #66051 from r-ryantm/auto-update/pspg

pspg: 1.6.5 -> 1.6.8
This commit is contained in:
Maximilian Bosch 2019-08-05 17:41:30 +02:00 committed by GitHub
commit ee39f4c50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pspg-${version}"; name = "pspg-${version}";
version = "1.6.5"; version = "1.6.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "okbob"; owner = "okbob";
repo = "pspg"; repo = "pspg";
rev = "${version}"; rev = "${version}";
sha256 = "0zz924fl0b99a09gi5l3vxv9dmxnkv1v679w6k9zf365b44z91ki"; sha256 = "1lwzyimn28a7q8k2c8z7and4qhrdil0za8lixh96z6x4lcb0rz5q";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];