about summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-31 04:57:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-31 04:57:29 +0000
commit1e78891e85a6bd7dc85eb79f0a41eeed72280d79 (patch)
tree025de837b0bf37865310420ac8f15cbeeb953466 /pkgs/development/tools/misc
parentd04396da8bf320f41a2bd939f2f4eb83a586b3b2 (diff)
downloadnixlib-1e78891e85a6bd7dc85eb79f0a41eeed72280d79.tar
nixlib-1e78891e85a6bd7dc85eb79f0a41eeed72280d79.tar.gz
nixlib-1e78891e85a6bd7dc85eb79f0a41eeed72280d79.tar.bz2
nixlib-1e78891e85a6bd7dc85eb79f0a41eeed72280d79.tar.lz
nixlib-1e78891e85a6bd7dc85eb79f0a41eeed72280d79.tar.xz
nixlib-1e78891e85a6bd7dc85eb79f0a41eeed72280d79.tar.zst
nixlib-1e78891e85a6bd7dc85eb79f0a41eeed72280d79.zip
gdbgui: 0.13.1.1 -> 0.13.2.0
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/gdbgui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/gdbgui/default.nix b/pkgs/development/tools/misc/gdbgui/default.nix
index b021a3e222b3..d5f8cfa173b1 100644
--- a/pkgs/development/tools/misc/gdbgui/default.nix
+++ b/pkgs/development/tools/misc/gdbgui/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonApplication rec {
   pname = "gdbgui";
-  version = "0.13.1.1";
+  version = "0.13.2.0";
 
   buildInputs = [ gdb ];
   propagatedBuildInputs = [
@@ -26,7 +26,7 @@ buildPythonApplication rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1ypxgkxwb443ndyrmsa7zx2hn0d9b3s7n2w49ngfghd3l8k0yvi2";
+    sha256 = "0m1fnwafzrpk77yj3p26vszlz11cv4g2lj38kymk1ilcifh4gqw0";
   };
 
   postPatch = ''