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: 7251fc2d4599
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d835df0cbfb5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 15, 2019

  1. ipxe: 20180220 -> 20190310 (#57582)

    adamtulinius authored and xeji committed Mar 15, 2019
    Copy the full SHA
    d835df0 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/ipxe/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/ipxe/default.nix
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
}:

let
date = "20180220";
rev = "47849be3a900c546cf92066849be0806f4e611d9";
date = "20190310";
rev = "b6ffe28a21c53a0946d95751c905d9e0b6c3b630";
in

stdenv.mkDerivation {
@@ -14,7 +14,7 @@ stdenv.mkDerivation {

src = fetchgit {
url = git://git.ipxe.org/ipxe.git;
sha256 = "1f4pi1dp2zqnrbfnggnzycfvrxv0bqgw73dxbyy3hfy4mhdj6z45";
sha256 = "1s8sy75lpx8zq60wc0i35d8c1wwm1rq3scxpkq31623d097mch59";
inherit rev;
};