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

pspg: 5.5.12 -> 5.5.13
This commit is contained in:
Mario Rodas 2022-11-27 08:24:14 -05:00 committed by GitHub
commit a97fa03af2
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.12";
version = "5.5.13";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-HJ/uvaFdQMVpc+QPK3r3RYExFz85QUjrz1Y2kIaoIAU=";
sha256 = "sha256-49q4qyxX3oen0iNA3KijGnMtYGUQqgwpCrudQQjL/7g=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];