about summary refs log tree commit diff
path: root/pkgs/development/tools/react-native-debugger
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-02 14:37:38 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-02 14:37:38 -0800
commit6d9885f20bbc4f549bda90d18efe766f81a22752 (patch)
tree79e2b8a41bb03d08f7a5e1bca04c54cf8b163fce /pkgs/development/tools/react-native-debugger
parent2fcb11a2442b27834db87b2f62511037c31b5e36 (diff)
downloadnixlib-6d9885f20bbc4f549bda90d18efe766f81a22752.tar
nixlib-6d9885f20bbc4f549bda90d18efe766f81a22752.tar.gz
nixlib-6d9885f20bbc4f549bda90d18efe766f81a22752.tar.bz2
nixlib-6d9885f20bbc4f549bda90d18efe766f81a22752.tar.lz
nixlib-6d9885f20bbc4f549bda90d18efe766f81a22752.tar.xz
nixlib-6d9885f20bbc4f549bda90d18efe766f81a22752.tar.zst
nixlib-6d9885f20bbc4f549bda90d18efe766f81a22752.zip
react-native-debugger: 0.8.2 -> 0.9.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions
Diffstat (limited to 'pkgs/development/tools/react-native-debugger')
-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 9416b9e4f3e7..9a4211299555 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.8.2";
+  version = "0.9.7";
 
   src = fetchurl {
     url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
-    sha256 = "0ljhpqanl9rjk9n69if1vrfvac0s73f8by0k6sa4ngvgqzgvq3kb";
+    sha256 = "0f1wvk1550z4imcs60sv229zllcxpykx4b60bw658idr1xc3c0ix";
   };
 
   buildInputs = [ unzip ];