Merge pull request #56733 from r-ryantm/auto-update/react-native-debugger

react-native-debugger: 0.8.2 -> 0.9.7
This commit is contained in:
Maximilian Bosch 2019-03-09 11:58:55 +01:00 committed by GitHub
commit 9df6083b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];