pspg: 5.8.6 -> 5.8.7

This commit is contained in:
R. Ryantm 2024-09-27 14:12:48 +00:00
parent 1174fd6678
commit 6ca8fb23fa

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.8.6";
version = "5.8.7";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-UgJHsniDbfAcohnrYYUUJ4OhL2Fr65kGu26dsw9vYyM=";
sha256 = "sha256-SE+62EODKWcKFpMMbWDw+Dp5b2D/XKbMFiJiD/ObrhU=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];