pspg: 5.5.3 -> 5.5.4

This commit is contained in:
R. Ryantm 2022-02-22 14:12:18 +00:00 committed by Jonathan Ringer
parent 199f1c91fb
commit 69380e5461

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.5.3";
version = "5.5.4";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-vjcAvTdqrZFmtVDkG/K4mHiInF63BPOyUXLVKIOq7qU=";
sha256 = "sha256-2j1K9enoPBPLL+0oOhzcYVxfsjb8BzsfeHNi9TJOnmc=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];