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

pspg: 3.0.7 -> 3.1.1
This commit is contained in:
Mario Rodas 2020-05-23 00:23:36 -05:00 committed by GitHub
commit 374992d410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "3.0.7";
version = "3.1.1";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "10w47hbi6y92imzh1rlwkh5bfj1pnlkfxhbi8lhmy6ggxa62xmf7";
sha256 = "1hs1cixk1jcx8br81c4drm1b56hwcq6jiww0ywrpdna475jv5vvw";
};
nativeBuildInputs = [ pkgconfig ];