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: 87d370555ed2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b82bdcd3c395
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 14, 2020

  1. Copy the full SHA
    e4183aa View commit details

Commits on Jul 5, 2020

  1. Merge pull request #90311 from wucke13/betaflight-configurator

    betaflight-configurator: 10.6.0 -> 10.7.0
    bhipple authored Jul 5, 2020
    Copy the full SHA
    b82bdcd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/robotics/betaflight-configurator/default.nix
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@ let
in
stdenv.mkDerivation rec {
inherit pname;
version = "10.6.0";
version = "10.7.0";
src = fetchurl {
url = "https://github.com/betaflight/${pname}/releases/download/${version}/${pname}_${version}_linux64.zip";
sha256 = "09hayzhwangh8b81r038p320vbg0xxlyzrdp9pcmfyxp6s00xslw";
sha256 = "07r60n9422g5sm7x5b62p044cp961l51vx0s8ig2hy24s74hkam1";
};

nativeBuildInputs = [ wrapGAppsHook ];