home-assistant-custom-lovelace-modules.custom-sidebar: 15.0.0 -> 16.0.0

https://github.com/elchininet/custom-sidebar/releases/tag/v16.0.0
This commit is contained in:
Martin Weinelt 2026-07-04 23:43:27 +02:00
commit 044905fece
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,20 +12,20 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "custom-sidebar";
version = "15.0.0";
version = "16.0.0";
src = fetchFromGitHub {
owner = "elchininet";
repo = "custom-sidebar";
tag = "v${finalAttrs.version}";
hash = "sha256-0bS760GfIO/LdQD6lNEKhiIW5lyCu35cTi0g3GaGQ5M=";
hash = "sha256-ST7wgxl9bpsHvguYbZQYYWO1KkinSrNCrbugVBJGvJo=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 3;
hash = "sha256-zmWZhOx1Pl7O5T5vNdff/nZC1juwm66YOVIMjuNoBYg=";
hash = "sha256-SbjE9u2RZ8M6GHxk7NkvyihGDiO6v/1LHywvaP8OcQM=";
};
nativeBuildInputs = [