Skip to content

Commit

Permalink
Merge pull request #82347 from timokau/home-manager-2020-03-07
Browse files Browse the repository at this point in the history
home-manager: 2020-01-04 -> 2020-03-07
  • Loading branch information
timokau committed Mar 16, 2020
2 parents 7819588 + c3fa56f commit 04a0ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
stdenv.mkDerivation rec {

pname = "home-manager";
version = "2020-01-04";
version = "2020-03-07";

src = fetchFromGitHub {
owner = "rycee";
repo = "home-manager";
rev = "1b7b1bc294e99ab1795fe7dad183c1d2ae58a099";
sha256 = "02kwym8n41d5ba9lccnl5q3y10sw35p1da5b66mxldfr6d930pbj";
rev = "5c1e7349bbd9b51fe41ea96b67c380feef996b90";
sha256 = "03lw5pq878zbkkwm5abr01p77radn2zgfyvwlra7fhywbl76l83x";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 04a0ff8

Please sign in to comment.