home-assistant-custom-lovelace-modules.custom-sidebar: 10.5.1 -> 10.5.2

https://github.com/elchininet/custom-sidebar/releases/tag/v25.11pre-git
This commit is contained in:
Martin Weinelt
2025-09-05 03:37:06 +02:00
parent d1f556274e
commit a4413a2898
@@ -8,19 +8,19 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "custom-sidebar";
version = "10.5.1";
version = "10.5.2";
src = fetchFromGitHub {
owner = "elchininet";
repo = "custom-sidebar";
tag = "v${finalAttrs.version}";
hash = "sha256-sDVilhMIMkehKXPz7p2DH6NGn43h0WHpYABUpL3ylrE=";
hash = "sha256-C3zjl4KP2l56Hn7MJjoB8D6KkJ3Ef6KpVZWWdDS5Hds=";
};
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 1;
hash = "sha256-4928fyjVZ6C4Fyt2+c+cWSOeyCrix2xrhufNrxGZSAU=";
hash = "sha256-FOaR+B8UammcStvNFo7PR++VCPzY+aXvWeSRXnoPkWM=";
};
nativeBuildInputs = [