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

react-native-debugger: 0.7.18 -> 0.7.20
This commit is contained in:
Jörg Thalheim 2018-08-17 00:33:47 +02:00 committed by GitHub
commit 6b900840bc
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.7.18";
version = "0.7.20";
src = fetchurl {
url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
sha256 = "186n438sy9wzrx2zdw4qq4hsz89wiy01bpfa6fdjisvxgz6r8sgw";
sha256 = "0nd707plj2c96g0dl976dv8b6dlfh12pdqrmxvp0qc2m2j6y9vig";
};
buildInputs = [ unzip ];