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

pspg: 1.1.0 -> 1.1.1
This commit is contained in:
Jörg Thalheim 2018-05-07 14:48:19 +01:00 committed by GitHub
commit d43f1dda3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pspg-${version}";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "okbob";
repo = "pspg";
rev = "${version}";
sha256 = "10r6jfcqw4wclp84f07g3bda844csgm4sh7cjsnk2smmal7nhybs";
sha256 = "19jiixanyghasd2awkxx7c224fz01d9v0c4qxn4msvkny39m3gz9";
};
nativeBuildInputs = [ pkgconfig ];