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

pspg: 5.5.13 -> 5.6.0
This commit is contained in:
Mario Rodas 2022-11-29 18:34:13 -05:00 committed by GitHub
commit 7b09300daa
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.5.13";
version = "5.6.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-49q4qyxX3oen0iNA3KijGnMtYGUQqgwpCrudQQjL/7g=";
sha256 = "sha256-3vCOrNzVFH2xx9egBx86MnOOEl6ZpAc+lYVu8vkHTJc=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];