home-assistant: fix patch hash

The patch only differs in its commit message, with a previous version,
which due to fetchpatch normalization didn't cause a hash mismatch for
me.
This commit is contained in:
Martin Weinelt 2024-07-04 11:19:12 +02:00
parent 1549705430
commit 14bb5d3a60
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -554,7 +554,7 @@ in python.pkgs.buildPythonApplication rec {
(fetchpatch2 {
# https://github.com/home-assistant/core/pull/121135
url = "https://github.com/home-assistant/core/commit/b6a23fad3537e0baa026b2a7eb5bff8a4246780b.patch";
hash = "sha256-eXUc8PRAHgX2JJ4VuTuu1/UB14H6x3LyFNwjLCfADaY=";
hash = "sha256-ISggWmExe66KNWTCfNqyk/BngC44n3V7GTLQRyNXVAs=";
})
];