Merge pull request #279296 from r-ryantm/auto-update/home-manager

home-manager: unstable-2023-12-31 -> unstable-2024-01-05
This commit is contained in:
maxine 2024-01-07 14:53:27 +01:00 committed by GitHub
commit 047664d6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "home-manager";
version = "unstable-2023-12-31";
version = "unstable-2024-01-05";
src = fetchFromGitHub {
name = "home-manager-source";
owner = "nix-community";
repo = "home-manager";
rev = "2e8634c252890cb38c60ab996af04926537cbc27";
hash = "sha256-oYMwbObpWheGeeNWY1LjO/+omrbAWDNdyzNDxTr2jo8=";
rev = "51e44a13acea71b36245e8bd8c7db53e0a3e61ee";
hash = "sha256-yINKdShHrtjdiJhov+q0s3Y3B830ujRoSbHduUNyKag=";
};
nativeBuildInputs = [