react-native-debugger: 0.11.5 -> 0.11.7

This commit is contained in:
R. RyanTM 2021-02-03 22:09:56 +00:00
parent 60d9784263
commit 144a89e5e7

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