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

Commits on Jun 25, 2019

  1. home-manager: 2019-05-24 -> 2019-06-25

    timokau authored and rycee committed Jun 25, 2019
    Copy the full SHA
    c6078c7 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 {

name = "home-manager-${version}";
version = "2019-05-24";
version = "2019-06-25";

src = fetchFromGitHub {
owner = "rycee";
repo = "home-manager";
rev = "d726afd9e45246fe68cfff0af80600ea26bd79fe";
sha256 = "1pwq475s6bbzhqbdx5v68gnlh02654r7apskl1s9lpxb9s5rg0hf";
rev = "95d55b8da152f1efffb7713c82ead83a3fcf476d";
sha256 = "1zbx051rc0b880wjl832m9sliwrhrm1dbdxw8734gvc0pfz6qwn1";
};

nativeBuildInputs = [ makeWrapper ];