pspg: 5.5.7 -> 5.5.8

This commit is contained in:
R. Ryantm 2022-10-07 00:51:01 +00:00
parent 473e97e434
commit e4fcfd8c90

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.5.7";
version = "5.5.8";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-kg3jV3TNG80oviy25U2tmShBACfpXDr4zuc/FD2E/Xo=";
sha256 = "sha256-D7aQXP95ax1m4Tmm6ipOLen4WnFcyn4HU0BkTEPCcj4=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];