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

Commits on Mar 30, 2020

  1. Copy the full SHA
    3df35ce View commit details
  2. Merge pull request #83763 from timokau/home-manager-2020-03-17

    home-manager: 2020-03-07 -> 2020-03-17
    timokau authored Mar 30, 2020
    Copy the full SHA
    fe9ea7a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/package-management/home-manager/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/home-manager/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {

pname = "home-manager";
version = "2020-03-07";
version = "2020-03-17";

src = fetchFromGitHub {
owner = "rycee";
repo = "home-manager";
rev = "5c1e7349bbd9b51fe41ea96b67c380feef996b90";
sha256 = "03lw5pq878zbkkwm5abr01p77radn2zgfyvwlra7fhywbl76l83x";
rev = "5969551a5cc52f9470b5ff5ca01327bf4bda82c1";
sha256 = "0f4kz83a1kp3ci8zi5hvp8fp34wi73arpykl4d9vlywdk6w36bnd";
};

nativeBuildInputs = [ makeWrapper ];