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

react-native-debugger: 0.11.5 -> 0.11.7
This commit is contained in:
Maximilian Bosch 2021-02-04 18:01:55 +01:00 committed by GitHub
commit 5d88c1c02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,10 +38,10 @@ let
];
in stdenv.mkDerivation rec {
pname = "react-native-debugger";
version = "0.11.5";
version = "0.11.7";
src = fetchurl {
url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
sha256 = "0b917lihypx7ansy64dmwvgi943yy0n6fs8myam635bsr4l1srzb";
sha256 = "sha256-UXKObJKk9UUgWtm8U+nXWvIJUr4NLm2f//pGTHJISYA=";
};
buildInputs = [ unzip ];