Commit 41ed742b authored by R. RyanTM's avatar R. RyanTM
Browse files

pspg: 5.8.0 -> 5.8.1

parent 2387a37f
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 ];