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

home-manager: 0-unstable-2024-03-06 -> unstable-2024-03-12
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-13 01:16:11 +00:00 committed by GitHub
commit 455726af51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "home-manager";
version = "0-unstable-2024-03-06";
version = "unstable-2024-03-12";
src = fetchFromGitHub {
name = "home-manager-source";
owner = "nix-community";
repo = "home-manager";
rev = "cf111d1a849ddfc38e9155be029519b0e2329615";
hash = "sha256-+lM4J4JoJeiN8V+3WSWndPHj1pJ9Jc1UMikGbXLqCTk=";
rev = "a500de54b2e3067201a40cefa5f210f719423ddf";
hash = "sha256-AfVYEQIhOK6vaYVndgqFV4Vb5REXG9R0ylv83QInsT0=";
};
nativeBuildInputs = [