home-manager: unstable-2024-04-23 -> 0-unstable-2024-04-29
This commit is contained in:
parent
f2c7ecb8a4
commit
5ccd11ee4f
1 changed files with 3 additions and 3 deletions
|
@ -16,14 +16,14 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "home-manager";
|
||||
version = "unstable-2024-04-23";
|
||||
version = "0-unstable-2024-04-29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
name = "home-manager-source";
|
||||
owner = "nix-community";
|
||||
repo = "home-manager";
|
||||
rev = "33a20182e3164f451b6a4ac2ecadcab5c2c36703";
|
||||
hash = "sha256-pHJYZIVFmzPAwyTfcMGJwlfz18nOsS4p0CuDnI1EDL4=";
|
||||
rev = "9fe79591c1005ce6f93084ae7f7dab0a2891440d";
|
||||
hash = "sha256-OzD1P0o46uD3Ix4ZI/g9z3YAeg+4g+W3qctB6bNOReo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue