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

pspg: 5.8.4 -> 5.8.5
This commit is contained in:
Nick Cao 2024-04-25 10:26:51 -04:00 committed by GitHub
commit e8ac655c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.8.4";
version = "5.8.5";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-VTg+GDyPAxyxXP9VgKi63LhBKhuVx6rPWc9o/fRmHho=";
sha256 = "sha256-Lri675TEIVWp8iEQI1oeSd9xNCVtzlUcK2AEJHmWNjs=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];