mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #48366 from r-ryantm/auto-update/react-native-debugger
react-native-debugger: 0.7.20 -> 0.8.1
This commit is contained in:
commit
9f71045547
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@ let
|
|||
];
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "react-native-debugger-${version}";
|
||||
version = "0.7.20";
|
||||
version = "0.8.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
|
||||
sha256 = "0nd707plj2c96g0dl976dv8b6dlfh12pdqrmxvp0qc2m2j6y9vig";
|
||||
sha256 = "180rvcnr3xxg7nb5g4b45l9a67h2dx8ps0l05r6ph3f71kzh4dd9";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue