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

pspg: 5.8.11 -> 5.8.12 (#429931)

parents a6fc2347 ef9725cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "pspg";
  version = "5.8.11";
  version = "5.8.12";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = "pspg";
    rev = version;
    sha256 = "sha256-ymktt3eQKIwGt2K8cD8x+/OLprvSBrrPYccvbpOIKdc=";
    sha256 = "sha256-TLHGMqrKqWQ7ccnPFV9N6FuF+ZeOGjhuiS1X8W8kW/4=";
  };

  nativeBuildInputs = [