pspg: 5.5.8 -> 5.5.9

This commit is contained in:
R. Ryantm 2022-11-06 08:22:38 +00:00
parent adc7d07c0c
commit fcbfbdb5f7

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 ];