Unverified Commit bba801fb authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

pspg: 5.8.0 -> 5.8.1
parents 802f19f1 41ed742b
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.0";
  version = "5.8.1";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = pname;
    rev = version;
    sha256 = "sha256-VkWGVKLN8arc6BOivmjSk8MtMbp2WYqZE9lM8oTQe+U=";
    sha256 = "sha256-nsGBBGw66LCwOuNdBjlz6u9RT+BX6iZmZeDY9yJoc+c=";
  };

  nativeBuildInputs = [ pkg-config installShellFiles ];