Merge pull request #194842 from r-ryantm/auto-update/pspg

pspg: 5.5.7 -> 5.5.8
This commit is contained in:
Mario Rodas
2022-10-08 09:26:06 -05:00
committed by GitHub
+2 -2
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 ];