pspg: 5.7.8 -> 5.8.0

This commit is contained in:
R. Ryantm 2023-08-06 05:20:16 +00:00
parent 97bd658852
commit a7babc4a4a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.7.8";
version = "5.8.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-gJsRVDKcLrXa20u2vrUaChTX2tj169x4SmJqa7dceu4=";
sha256 = "sha256-VkWGVKLN8arc6BOivmjSk8MtMbp2WYqZE9lM8oTQe+U=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];