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

Diff: https://github.com/elchininet/custom-sidebar/compare/v14.0.0...v15.0.0

Changelog: https://github.com/elchininet/custom-sidebar/releases/tag/v15.0.0
This commit is contained in:
Robert Schütz
2026-06-06 02:15:24 +02:00
committed by Martin Weinelt
parent a08af742a5
commit a19e792b03
@@ -12,20 +12,20 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "custom-sidebar";
version = "14.0.0";
version = "15.0.0";
src = fetchFromGitHub {
owner = "elchininet";
repo = "custom-sidebar";
tag = "v${finalAttrs.version}";
hash = "sha256-2CQcY5/Cb3IPuI7cL28t7iZCH3kD21equBW5BL6w8TU=";
hash = "sha256-0bS760GfIO/LdQD6lNEKhiIW5lyCu35cTi0g3GaGQ5M=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 3;
hash = "sha256-gYNCjCeAt6LP4tZE4ufiQu7OG2ujWydm4etcGQxMxcU=";
hash = "sha256-zmWZhOx1Pl7O5T5vNdff/nZC1juwm66YOVIMjuNoBYg=";
};
nativeBuildInputs = [