We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent be3b7c7 commit 6482224Copy full SHA for 6482224
pkgs/development/tools/misc/cgdb/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "cgdb-${version}";
5
- version = "0.6.8";
+ version = "0.7.0";
6
7
src = fetchurl {
8
url = "http://cgdb.me/files/${name}.tar.gz";
9
- sha256 = "0hfgyj8jimb7imqlfdpzaln787r6r0yzwzmnk91rfl19pqlkw85y";
+ sha256 = "08slzg3702v5nivjhdx2bciqxc5vqcn8pc4i4lsgkcwdcrj94ymz";
10
};
11
12
buildInputs = [ ncurses readline flex texinfo help2man ];
0 commit comments