pspg: 5.7.7 -> 5.7.8

This commit is contained in:
R. Ryantm 2023-07-06 03:03:20 +00:00
parent ee6562d051
commit dcc5e2d276

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.7.7";
version = "5.7.8";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-PMQyt0LhuL7LmktPqTaaCHvqNdxmDcWMebNjUo+lkyE=";
sha256 = "sha256-gJsRVDKcLrXa20u2vrUaChTX2tj169x4SmJqa7dceu4=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];