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