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

pspg: 5.6.0 -> 5.6.4
This commit is contained in:
Mario Rodas 2022-12-07 07:28:04 -05:00 committed by GitHub
commit b7a352ed1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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