Merge pull request #44788 from r-ryantm/auto-update/cscope

cscope: 15.8b -> 15.9
This commit is contained in:
Jörg Thalheim 2018-08-09 07:06:32 +01:00 committed by GitHub
commit fd650064da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "cscope-15.8b";
name = "cscope-15.9";
src = fetchurl {
url = "mirror://sourceforge/cscope/${name}.tar.gz";
sha256 = "1byk29rcpyygrnr03h5j3y8j0aqxldd9dr5ihi9q982sy28x12a8";
sha256 = "0ngiv4aj3rr35k3q3wjx0y19gh7i1ydqa0cqip6sjwd8fph5ll65";
};
configureFlags = "--with-ncurses=${ncurses.dev}";