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

pspg: 4.5.0 -> 5.3.4
This commit is contained in:
Maximilian Bosch 2021-08-31 20:37:26 +02:00 committed by GitHub
commit b68a949fee
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 = "4.5.0";
version = "5.3.4";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-RWezBNqjKybMtfpxPhDg2ysb4ksKphTPdTNTwCe4pas=";
sha256 = "sha256-wju69kC6koYy2yABjx7/rWsuJXV1vjwSBztNlu13TJs=";
};
nativeBuildInputs = [ pkg-config ];