about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-10-14 04:32:27 +0200
committerGitHub <noreply@github.com>2018-10-14 04:32:27 +0200
commit9f71045547afd850403d619971326af812e60053 (patch)
treec734f1ea14b60189070ecc7f5ef6eb3fc158074f /pkgs/development/tools
parent36af9cbb4c53d2a10b379624be6b09ebf3d8344d (diff)
parent18f2d12a810ee22bd2dcc64c8ca08bc29dc590ab (diff)
downloadnixlib-9f71045547afd850403d619971326af812e60053.tar
nixlib-9f71045547afd850403d619971326af812e60053.tar.gz
nixlib-9f71045547afd850403d619971326af812e60053.tar.bz2
nixlib-9f71045547afd850403d619971326af812e60053.tar.lz
nixlib-9f71045547afd850403d619971326af812e60053.tar.xz
nixlib-9f71045547afd850403d619971326af812e60053.tar.zst
nixlib-9f71045547afd850403d619971326af812e60053.zip
Merge pull request #48366 from r-ryantm/auto-update/react-native-debugger
react-native-debugger: 0.7.20 -> 0.8.1
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/react-native-debugger/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/react-native-debugger/default.nix b/pkgs/development/tools/react-native-debugger/default.nix
index a1b9090417c1..3bba4237cf85 100644
--- a/pkgs/development/tools/react-native-debugger/default.nix
+++ b/pkgs/development/tools/react-native-debugger/default.nix
@@ -38,11 +38,11 @@ let
   ];
 in stdenv.mkDerivation rec {
   name = "react-native-debugger-${version}";
-  version = "0.7.20";
+  version = "0.8.1";
 
   src = fetchurl {
     url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
-    sha256 = "0nd707plj2c96g0dl976dv8b6dlfh12pdqrmxvp0qc2m2j6y9vig";
+    sha256 = "180rvcnr3xxg7nb5g4b45l9a67h2dx8ps0l05r6ph3f71kzh4dd9";
   };
 
   buildInputs = [ unzip ];