about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-23 15:26:10 -0800
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-24 00:26:10 +0100
commitd56acd1e34316c7e82809f6953f24823e23418d2 (patch)
tree80a4394e2a3227a8b1be26585c4b05c889f3239c /pkgs/development
parent5bcec140f0a39bea520b043c340182b5c0ee9267 (diff)
downloadnixlib-d56acd1e34316c7e82809f6953f24823e23418d2.tar
nixlib-d56acd1e34316c7e82809f6953f24823e23418d2.tar.gz
nixlib-d56acd1e34316c7e82809f6953f24823e23418d2.tar.bz2
nixlib-d56acd1e34316c7e82809f6953f24823e23418d2.tar.lz
nixlib-d56acd1e34316c7e82809f6953f24823e23418d2.tar.xz
nixlib-d56acd1e34316c7e82809f6953f24823e23418d2.tar.zst
nixlib-d56acd1e34316c7e82809f6953f24823e23418d2.zip
react-native-debugger: 0.8.1 -> 0.8.2 (#52778)
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')
-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 3bba4237cf85..9416b9e4f3e7 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.1";
+  version = "0.8.2";
 
   src = fetchurl {
     url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
-    sha256 = "180rvcnr3xxg7nb5g4b45l9a67h2dx8ps0l05r6ph3f71kzh4dd9";
+    sha256 = "0ljhpqanl9rjk9n69if1vrfvac0s73f8by0k6sa4ngvgqzgvq3kb";
   };
 
   buildInputs = [ unzip ];