Skip to content

Commit

Permalink
editline: 1.15.3 -> 1.16.0
Browse files Browse the repository at this point in the history
Bump fallback editline expression to latest in nixpkgs.
  • Loading branch information
dtzWill committed Oct 29, 2018
1 parent 9f99809 commit 2a8bdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editline.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "editline-${version}";
version = "1.15.3";
version = "1.16.0";
src = fetchFromGitHub {
owner = "troglobit";
repo = "editline";
rev = version;
sha256 = "0dm5fgq0acpprr938idwml64nclg9l6c6avirsd8r6f40qicbgma";
sha256 = "0a751dp34mk9hwv59ss447csknpm5i5cgd607m3fqf24rszyhbf2";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit 2a8bdfd

Please sign in to comment.