Skip to content

Commit

Permalink
Merge pull request #305416 from r-ryantm/auto-update/pspg
Browse files Browse the repository at this point in the history
pspg: 5.8.3 -> 5.8.4
  • Loading branch information
NickCao authored Apr 20, 2024
2 parents 95be02f + dce7f07 commit ea402e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/pspg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ea402e9

Please sign in to comment.