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.
1 parent 044bc3d commit 1d76ce1Copy full SHA for 1d76ce1
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-08";
+ version = "0-unstable-2025-03-18";
23
24
src = fetchFromGitHub {
25
name = "home-manager-source";
26
owner = "nix-community";
27
repo = "home-manager";
28
- rev = "26f6b862645ff281f3bada5d406e8c20de8d837c";
29
- hash = "sha256-iqRxCsRxE/Q/3W1RHxQMthPKEda0hhY65uxEpE5TNk4=";
+ rev = "22a36aa709de7dd42b562a433b9cefecf104a6ee";
+ hash = "sha256-Tumt3tcMXJniSh7tw2gW+WAnVLeB3WWm+E+yYFnLBXo=";
30
};
31
32
nativeBuildInputs = [
0 commit comments