Skip to content

Commit

Permalink
Merge pull request #69744 from r-ryantm/auto-update/pspg
Browse files Browse the repository at this point in the history
pspg: 1.6.8 -> 2.0.4
  • Loading branch information
ryantm committed Oct 1, 2019
2 parents 4b7cac9 + 3f6ccc1 commit 4b6976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/pspg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "pspg";
version = "1.6.8";
version = "2.0.4";

src = fetchFromGitHub {
owner = "okbob";
repo = "pspg";
rev = version;
sha256 = "1lwzyimn28a7q8k2c8z7and4qhrdil0za8lixh96z6x4lcb0rz5q";
sha256 = "1xiyshz56qpx3bv0mzx73rqr7wmyamyj8jbqdv05wjb72npkjmzl";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 4b6976b

Please sign in to comment.