mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
cscope: update to 15.8a
This commit is contained in:
parent
0d27d47897
commit
518c90d361
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, ncurses, pkgconfig, emacs}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cscope-15.7a";
|
||||
name = "cscope-15.8a";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/cscope/${name}.tar.bz2";
|
||||
sha256 = "0dv0r66x31y2xxvad54x0wal8yb1krwbx3gjc82qpg4hlz5qnqq2";
|
||||
url = "mirror://sourceforge/cscope/${name}.tar.gz";
|
||||
sha256 = "07jdhxvp3dv7acvp0pwsdab1g2ncxjlcf838lj7vxgjs1p26lwzb";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user