pspg: 5.8.3 -> 5.8.4

This commit is contained in:
R. Ryantm 2024-04-19 23:37:13 +00:00
parent 716b484fae
commit dce7f07088
1 changed files with 2 additions and 2 deletions

View File

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