We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa68f4 + 0557006 commit a3a3cacCopy full SHA for a3a3cac
pkgs/by-name/ho/home-manager/package.nix
@@ -19,14 +19,14 @@
19
20
stdenvNoCC.mkDerivation (finalAttrs: {
21
pname = "home-manager";
22
- version = "0-unstable-2025-03-18";
+ version = "0-unstable-2025-03-30";
23
24
src = fetchFromGitHub {
25
name = "home-manager-source";
26
owner = "nix-community";
27
repo = "home-manager";
28
- rev = "22a36aa709de7dd42b562a433b9cefecf104a6ee";
29
- hash = "sha256-Tumt3tcMXJniSh7tw2gW+WAnVLeB3WWm+E+yYFnLBXo=";
+ rev = "b6fd653ef8fbeccfd4958650757e91767a65506d";
+ hash = "sha256-HtpS/ZdgWXw0y+aFdORcX5RuBGTyz3WskThspNR70SM=";
30
};
31
32
nativeBuildInputs = [
0 commit comments