pspg: 5.6.0 -> 5.6.4

This commit is contained in:
R. Ryantm 2022-12-06 17:24:16 +00:00
parent 7ea3d4395d
commit 3e45a86bf8

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.6.0";
version = "5.6.4";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-3vCOrNzVFH2xx9egBx86MnOOEl6ZpAc+lYVu8vkHTJc=";
sha256 = "sha256-89dW4XILS+nlGgRRePyrSFVb1QR5KQL5OmHJAeyjrZw=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];