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

pspg: 5.7.1 -> 5.7.2
This commit is contained in:
Mario Rodas 2023-01-22 09:35:52 -05:00 committed by GitHub
commit f71acca52c
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.7.1";
version = "5.7.2";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-4h0W9jw95vOxpseyY7SydiWSFDArAY/ms4+Sk/1esHk=";
sha256 = "sha256-IwkvQ3zKdnZ0lefmRQCxD5aeMw7aFbUzfFQZG7GtXlo=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];