pspg: 5.8.5 -> 5.8.6

This commit is contained in:
R. Ryantm 2024-05-15 17:15:09 +00:00
parent 5752bc84b0
commit 8ba2736363

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.8.5";
version = "5.8.6";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-Lri675TEIVWp8iEQI1oeSd9xNCVtzlUcK2AEJHmWNjs=";
sha256 = "sha256-UgJHsniDbfAcohnrYYUUJ4OhL2Fr65kGu26dsw9vYyM=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];