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

pspg: 4.0.1 -> 4.2.1
This commit is contained in:
Mario Rodas
2021-02-22 20:51:13 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "4.0.1";
version = "4.2.1";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-YQrANrCd0nFdn98LfHH/Ishm+fDb12cUAkxlwtZ1ng8=";
sha256 = "sha256-r6qD7KyuBj67c+nhaRLHP5B46JV8VP9MKCloqYLua+Q=";
};
nativeBuildInputs = [ pkg-config ];