about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-02 13:32:53 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-02 13:32:53 -0700
commit7b1677093947fc997d3c705265aa65c4d69ff10d (patch)
treef3c148a242ffb364b4ca3890cefe629455b5b370
parent5b4b6b6c24e2756bf5d98eb03974637cd193c076 (diff)
downloadnixlib-7b1677093947fc997d3c705265aa65c4d69ff10d.tar
nixlib-7b1677093947fc997d3c705265aa65c4d69ff10d.tar.gz
nixlib-7b1677093947fc997d3c705265aa65c4d69ff10d.tar.bz2
nixlib-7b1677093947fc997d3c705265aa65c4d69ff10d.tar.lz
nixlib-7b1677093947fc997d3c705265aa65c4d69ff10d.tar.xz
nixlib-7b1677093947fc997d3c705265aa65c4d69ff10d.tar.zst
nixlib-7b1677093947fc997d3c705265aa65c4d69ff10d.zip
react-native-debugger: 0.9.8 -> 0.9.10
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
-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 3b6c7940384a..97e92c3472cc 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.9.8";
+  version = "0.9.10";
 
   src = fetchurl {
     url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
-    sha256 = "07mcliy5f3kcqr76izqirqzwb2rwbnl3k1al9dln1izim0lhx06r";
+    sha256 = "158275sp37smc8lnrcbj56lp7aa6fj9gzb6fzjgz9r980qgzhia6";
   };
 
   buildInputs = [ unzip ];