Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 279716c33070
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9df6083b720b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 2, 2019

  1. react-native-debugger: 0.8.2 -> 0.9.7

    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
    r-ryantm committed Mar 2, 2019
    Copy the full SHA
    6d9885f View commit details

Commits on Mar 9, 2019

  1. Merge pull request #56733 from r-ryantm/auto-update/react-native-debu…

    …gger
    
    react-native-debugger: 0.8.2 -> 0.9.7
    Ma27 authored Mar 9, 2019
    Copy the full SHA
    9df6083 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/react-native-debugger/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/react-native-debugger/default.nix
Original file line number Diff line number Diff line change
@@ -38,11 +38,11 @@ let
];
in stdenv.mkDerivation rec {
name = "react-native-debugger-${version}";
version = "0.8.2";
version = "0.9.7";

src = fetchurl {
url = "https://github.com/jhen0409/react-native-debugger/releases/download/v${version}/rn-debugger-linux-x64.zip";
sha256 = "0ljhpqanl9rjk9n69if1vrfvac0s73f8by0k6sa4ngvgqzgvq3kb";
sha256 = "0f1wvk1550z4imcs60sv229zllcxpykx4b60bw658idr1xc3c0ix";
};

buildInputs = [ unzip ];