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

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

pspg: 5.8.1 -> 5.8.2
parents 8a094f8d d3977c50
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.1";
  version = "5.8.2";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = pname;
    rev = version;
    sha256 = "sha256-nsGBBGw66LCwOuNdBjlz6u9RT+BX6iZmZeDY9yJoc+c=";
    sha256 = "sha256-1mL/UlN7wD0GBYwg0C2eYCB3MtFO2ILd4+A7br+/ovs=";
  };

  nativeBuildInputs = [ pkg-config installShellFiles ];