Unverified Commit e8ac655c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

pspg: 5.8.4 -> 5.8.5
parents 7c5506f3 fd20c25f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];