gdbgui: 0.15.1.0 -> 0.15.2.0

This commit is contained in:
R. Ryantm 2024-01-21 22:27:16 +00:00
parent 58fcc2db9d
commit 61f28056da

View file

@ -12,7 +12,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "gdbgui"; pname = "gdbgui";
version = "0.15.1.0"; version = "0.15.2.0";
buildInputs = [ gdb ]; buildInputs = [ gdb ];
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -25,7 +25,7 @@ buildPythonApplication rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-YcD3om7N6yddm02It6/fjXDsVHG0Cs46fdGof0PMJXM="; sha256 = "sha256-vmMlRmjFqhs3Vf+IU9IDtJzt4dZ0yIOmXIVOx5chZPA=";
}; };
postPatch = '' postPatch = ''