home-assistant-custom-lovelace-modules.button-card: 4.1.2 -> 7.0.1

https://github.com/custom-cards/button-card/blob/v7.0.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-01-08 02:43:17 -08:00
committed by Robert Schütz
parent 87aa72e90a
commit 0a81802909
@@ -10,18 +10,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "button-card";
version = "4.1.2";
version = "7.0.1";
src = fetchFromGitHub {
owner = "custom-cards";
repo = "button-card";
tag = "v${finalAttrs.version}";
hash = "sha256-Ntg1sNgAehcL2fT0rP0YHzV5q6rB5p1TyFXtbZyB3Vo=";
hash = "sha256-UJ9DzoT0XAWTxUXtnfOrpd0MQihBw9LY7QI0TXEbUNk=";
};
offlineCache = fetchYarnDeps {
inherit (finalAttrs) src;
hash = "sha256-OFnsRR9zA9D22xBdh4XfLueGVA2ERXmGEp54x0OFDFY=";
hash = "sha256-zbuurXlIz13zCAMKOl+/VvsVHrDscNkweZG1eiqrnUM=";
};
nativeBuildInputs = [