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

Commits on Apr 2, 2020

  1. rkdeveloptool: 1.3 -> unstable-2019-07-01

    Bumped to upstream commit 6e92ebcf8b1812da02663494a68972f956e490d3
    stigtsp committed Apr 2, 2020
    Copy the full SHA
    9531fba View commit details

Commits on Apr 4, 2020

  1. Merge pull request #84034 from stigtsp/package/rkdeveloptool-1.3-62

    rkdeveloptool: 1.3 -> unstable-2019-07-01
    bhipple authored Apr 4, 2020
    Copy the full SHA
    299672a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/rkdeveloptool/default.nix
6 changes: 3 additions & 3 deletions pkgs/misc/rkdeveloptool/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation {
pname = "rkdeveloptool";
version = "1.3";
version = "unstable-2019-07-01";

src = fetchFromGitHub {
owner = "rockchip-linux";
repo = "rkdeveloptool";
rev = "081d237ad5bf8f03170c9d60bd94ceefa0352aaf";
sha256 = "05hh7j3xgb8l1k1v2lis3nvlc0gp87ihzg6jci7m5lkkm5qgv3ji";
rev = "6e92ebcf8b1812da02663494a68972f956e490d3";
sha256 = "0zwrkqfxd671iy69v3q0844gfdpm1yk51i9qh2rqc969bd8glxga";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];