1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

home-manager: 0-unstable-2024-02-20 -> 0-unstable-2024-02-24

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
Acked-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
Anderson Torres 2024-02-26 15:16:51 -03:00
parent a09acdf382
commit e85ea413db

View file

@ -16,14 +16,14 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "home-manager";
version = "0-unstable-2024-02-20";
version = "0-unstable-2024-02-24";
src = fetchFromGitHub {
name = "home-manager-source";
owner = "nix-community";
repo = "home-manager";
rev = "517601b37c6d495274454f63c5a483c8e3ca6be1";
hash = "sha256-tgZ38NummEdnXvxj4D0StHBzXgceAw8CptytHljH790=";
rev = "4ee704cb13a5a7645436f400b9acc89a67b9c08a";
hash = "sha256-MSbxtF3RThI8ANs/G4o1zIqF5/XlShHvwjl9Ws0QAbI=";
};
nativeBuildInputs = [