summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 18:13:29 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 18:13:29 -0700
commitef47003fa9ab857991360c97e5ba6ea9bef6a1ff (patch)
tree2b6055dee47739fc7804ad3e5e3e470bc31a1785 /pkgs
parent20f1388c3fb7c1c56367fd96fd21cfd316f465b7 (diff)
downloadnixpkgs-ef47003fa9ab857991360c97e5ba6ea9bef6a1ff.tar
nixpkgs-ef47003fa9ab857991360c97e5ba6ea9bef6a1ff.tar.gz
nixpkgs-ef47003fa9ab857991360c97e5ba6ea9bef6a1ff.tar.bz2
nixpkgs-ef47003fa9ab857991360c97e5ba6ea9bef6a1ff.tar.lz
nixpkgs-ef47003fa9ab857991360c97e5ba6ea9bef6a1ff.tar.xz
nixpkgs-ef47003fa9ab857991360c97e5ba6ea9bef6a1ff.tar.zst
nixpkgs-ef47003fa9ab857991360c97e5ba6ea9bef6a1ff.zip
cscope: 15.8b -> 15.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cscope/versions.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/cscope/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/cscope/default.nix b/pkgs/development/tools/misc/cscope/default.nix
index 0b1bbf5f9e4..b6d1b6d272e 100644
--- a/pkgs/development/tools/misc/cscope/default.nix
+++ b/pkgs/development/tools/misc/cscope/default.nix
@@ -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}";