mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
home-manager: 2020-09-06 -> 2020-01-16
It has been a while since the last update. This includes some new
features [1] and at least one compatibility fix [2].
[1] 73506f947c/modules/misc/news.nix (L1653)
[2] https://github.com/nix-community/home-manager/pull/1703
This commit is contained in:
parent
68398d2dd5
commit
e8d4683909
@ -6,13 +6,13 @@
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "home-manager";
|
||||
version = "2020-09-06";
|
||||
version = "2021-01-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "home-manager";
|
||||
rev = "249650a07ee2d949fa599f3177a8c234adbd1bee";
|
||||
sha256 = "0x858b7i15kx74aqwgi2n5ls7zjhcky95z9vbxfdlawmaz371dma";
|
||||
rev = "8127799f79ee96129b295d78294f40a54078131f";
|
||||
sha256 = "0iji8nxa66s409pvjwi370ycsw4m74w6b3ywnjpfkl2filpapjns";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user