home-manager: 2020-03-17 -> 2020-09-06
The package was broken due to [1], which is fixed upstream in [2]. The repo has moved to nix-community, so we might as well encode the redirect here. [1] https://github.com/NixOS/nixpkgs/pull/96042 [2] https://github.com/nix-community/home-manager/commit/0399839271d51d215430a2a511813c7dd2570769
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "home-manager";
|
||||
version = "2020-03-17";
|
||||
version = "2020-09-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rycee";
|
||||
owner = "nix-community";
|
||||
repo = "home-manager";
|
||||
rev = "5969551a5cc52f9470b5ff5ca01327bf4bda82c1";
|
||||
sha256 = "0f4kz83a1kp3ci8zi5hvp8fp34wi73arpykl4d9vlywdk6w36bnd";
|
||||
rev = "249650a07ee2d949fa599f3177a8c234adbd1bee";
|
||||
sha256 = "0x858b7i15kx74aqwgi2n5ls7zjhcky95z9vbxfdlawmaz371dma";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
Reference in New Issue
Block a user