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

pspg: 5.8.2 -> 5.8.3
This commit is contained in:
Nick Cao 2024-04-13 11:04:08 -04:00 committed by GitHub
commit 4c79268a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.8.2";
version = "5.8.3";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-1mL/UlN7wD0GBYwg0C2eYCB3MtFO2ILd4+A7br+/ovs=";
sha256 = "sha256-qLB0HJXH99t/rfsbed3NHgcy8ZGB4K+HjPjhCZ0pM6Q=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];