gdbgui: 0.11.1.2 -> 0.13.0.0
This commit is contained in:
parent
491f205332
commit
0e617f68d3
@ -4,14 +4,14 @@ let
|
|||||||
in
|
in
|
||||||
python27Packages.buildPythonApplication rec {
|
python27Packages.buildPythonApplication rec {
|
||||||
pname = "gdbgui";
|
pname = "gdbgui";
|
||||||
version = "0.11.1.2";
|
version = "0.13.0.0";
|
||||||
|
|
||||||
buildInputs = [ gdb ];
|
buildInputs = [ gdb ];
|
||||||
propagatedBuildInputs = builtins.attrValues deps.packages;
|
propagatedBuildInputs = builtins.attrValues deps.packages;
|
||||||
|
|
||||||
src = python27Packages.fetchPypi {
|
src = python27Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "15502fg90df183mcg6nic8fakf111pgrlp7f044g3136wpwgfln7";
|
sha256 = "16a46kabhfqsgsks5l25kpgrvrkdah3h5f5m6ams2z9nzbrxl8bz";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user