lol

react-native-debugger: 0.7.18 -> 0.7.20

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.

+2 -2
+2 -2
pkgs/development/tools/react-native-debugger/default.nix
··· 38 38 ]; 39 39 in stdenv.mkDerivation rec { 40 40 name = "react-native-debugger-${version}"; 41 - version = "0.7.18"; 41 + version = "0.7.20"; 42 42 43 43 src = fetchurl { 44 44 url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip"; 45 - sha256 = "186n438sy9wzrx2zdw4qq4hsz89wiy01bpfa6fdjisvxgz6r8sgw"; 45 + sha256 = "0nd707plj2c96g0dl976dv8b6dlfh12pdqrmxvp0qc2m2j6y9vig"; 46 46 }; 47 47 48 48 buildInputs = [ unzip ];