Unverified Commit 1967bc7c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pspg: 5.8.15 -> 5.8.16 (#491668)

parents 2456def5 3f210704
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pspg";
  version = "5.8.15";
  version = "5.8.16";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = "pspg";
    rev = finalAttrs.version;
    sha256 = "sha256-wYGU9vaAgY87RTbOXOGBVV37ZN/+NceXWgoEaY95md4=";
    sha256 = "sha256-7x1hTEl2WoOXZTbPfb/t0w4tl09paDD/uIPuyhLlMbk=";
  };

  nativeBuildInputs = [