Merge pull request #282712 from r-ryantm/auto-update/gdbgui
gdbgui: 0.15.1.0 -> 0.15.2.0
This commit is contained in:
commit
3634671120
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
buildPythonApplication rec {
|
||||
pname = "gdbgui";
|
||||
|
||||
version = "0.15.1.0";
|
||||
version = "0.15.2.0";
|
||||
|
||||
buildInputs = [ gdb ];
|
||||
propagatedBuildInputs = [
|
||||
|
@ -25,7 +25,7 @@ buildPythonApplication rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-YcD3om7N6yddm02It6/fjXDsVHG0Cs46fdGof0PMJXM=";
|
||||
sha256 = "sha256-vmMlRmjFqhs3Vf+IU9IDtJzt4dZ0yIOmXIVOx5chZPA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue