diff options
author | sterni <sternenseemann@systemli.org> | 2023-03-24T13·34+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-03-27T14·32+0000 |
commit | 34553dfac592ed7438d95bb637088b416224a521 (patch) | |
tree | 6fd88df0666a10eecfaea5d3eb9db8592e41c61d /third_party | |
parent | deccd8d39e9ef2c19b90e25469588adad7f8de17 (diff) |
chore(3p/sources): bump home-manager r/6049
Previously there was an issue in nmd which prevents it from working with Nix 2.3 (it passed --store dummy://) which is why we hadn't updated home-manager for a while. home-manager has now [included] the [fix] for nmd I proposed, so we can finally update! [fix]: https://git.sr.ht/~rycee/nmd/commit/f5a18594255866342ace46827c390c36875337e5 [included]: https://github.com/nix-community/home-manager/commit/db37c537603d1d45d022cc0666ad45197455b364 Change-Id: Ia1447549c0f97aa754ac1842eb453e95838c00c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8346 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/sources/sources.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index fe24f9c23ec1..f370337ac0bc 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -29,10 +29,10 @@ "homepage": "https://nix-community.github.io/home-manager/", "owner": "nix-community", "repo": "home-manager", - "rev": "7026e1a934abfa02623c9870378dbcdac3cd7f80", - "sha256": "1w1vmixz9593zgja2sfpq8j9w3340aisq74jfb6mmsawjavl92p0", + "rev": "2f8d24b7f57fdd404defe84626b08f3318612f8c", + "sha256": "1q52qjjcwr6k36jkrfbqcppvan3a25djfmbxgm64zjbzbq26hkzn", "type": "tarball", - "url": "https://github.com/nix-community/home-manager/archive/7026e1a934abfa02623c9870378dbcdac3cd7f80.tar.gz", + "url": "https://github.com/nix-community/home-manager/archive/2f8d24b7f57fdd404defe84626b08f3318612f8c.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "impermanence": { |