Commit f3648fbd authored by Mario Rodas's avatar Mario Rodas
Browse files

pspg: 5.7.3 -> 5.7.4

parent 354bf3f2
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.3";
  version = "5.7.4";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = pname;
    rev = version;
    sha256 = "sha256-BKtHKzeYycSkRebyTv2RMYyFHBlfI4v8ih4InF4zBWM=";
    sha256 = "sha256-HZ771Q1UXnRds6o3EnZMyeu7Lt3IDFVFiUTc5snU0Bo=";
  };

  nativeBuildInputs = [ pkg-config installShellFiles ];