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

pspg: 5.7.5 -> 5.7.6
This commit is contained in:
Mario Rodas 2023-04-29 13:38:53 -05:00 committed by GitHub
commit d957e7c8d8
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.5";
version = "5.7.6";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-5XHT3Z40PUPO0c6bghDX547E6uEhBLZ6uRhJObVQazo=";
sha256 = "sha256-ztgvzt+fWPpb2Ero0ruJXGXLTDTbnjsYy9zUoyElqrE=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];