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

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

pspg: 5.7.5 -> 5.7.6
parents 3ed18a35 5db7f9a2
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.7.5";
  version = "5.7.6";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = pname;
    rev = version;
    sha256 = "sha256-5XHT3Z40PUPO0c6bghDX547E6uEhBLZ6uRhJObVQazo=";
    sha256 = "sha256-ztgvzt+fWPpb2Ero0ruJXGXLTDTbnjsYy9zUoyElqrE=";
  };

  nativeBuildInputs = [ pkg-config installShellFiles ];