about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-12 20:02:11 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-13 21:53:04 +0200
commit80510251b39998760fd2ae59c3cd2bb2cc6ffd19 (patch)
treec963c4762c577c1aa4da206e6b41a583ae1e07fc
parente69a698237ee1e0b415cb28e91d7060573427925 (diff)
downloadnixlib-80510251b39998760fd2ae59c3cd2bb2cc6ffd19.tar
nixlib-80510251b39998760fd2ae59c3cd2bb2cc6ffd19.tar.gz
nixlib-80510251b39998760fd2ae59c3cd2bb2cc6ffd19.tar.bz2
nixlib-80510251b39998760fd2ae59c3cd2bb2cc6ffd19.tar.lz
nixlib-80510251b39998760fd2ae59c3cd2bb2cc6ffd19.tar.xz
nixlib-80510251b39998760fd2ae59c3cd2bb2cc6ffd19.tar.zst
nixlib-80510251b39998760fd2ae59c3cd2bb2cc6ffd19.zip
react-native-debugger: 0.9.7 -> 0.9.8
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 9a4211299555..3b6c7940384a 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.7";
+  version = "0.9.8";
 
   src = fetchurl {
     url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
-    sha256 = "0f1wvk1550z4imcs60sv229zllcxpykx4b60bw658idr1xc3c0ix";
+    sha256 = "07mcliy5f3kcqr76izqirqzwb2rwbnl3k1al9dln1izim0lhx06r";
   };
 
   buildInputs = [ unzip ];