pspg: 4.0.1 -> 4.2.1

This commit is contained in:
R. RyanTM 2021-02-21 03:15:28 +00:00
parent e59a33db58
commit f8cd914e3b

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 ];