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

pspg: 5.5.8 -> 5.5.9
This commit is contained in:
Maximilian Bosch 2022-11-06 23:23:04 +01:00 committed by GitHub
commit b8a57555e5
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 = "5.5.8";
version = "5.5.9";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-D7aQXP95ax1m4Tmm6ipOLen4WnFcyn4HU0BkTEPCcj4=";
sha256 = "sha256-/tzv5/UvIkIUbFAlbNUDSd90DvpjGPcMh5ooDfZal80=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];