pspg: 5.7.6 -> 5.7.7

This commit is contained in:
R. Ryantm 2023-06-28 16:12:49 +00:00
parent d1e636cf56
commit 7b2b27a27f

View File

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