From 32cbecb28fd80987dcea38b1d9c577db1259f0ad Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 2 Dec 2024 11:29:24 +1000 Subject: [PATCH] home-assistant-custom-lovelace-modules.bubble-card: 2.2.4 -> 2.3.0 (#360930) https://github.com/Clooos/bubble-card/releases/tag/v2.3.0 --- .../custom-lovelace-modules/bubble-card/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/bubble-card/default.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/bubble-card/default.nix index dfd8d36061fa..365ebb92395d 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/bubble-card/default.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/bubble-card/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { pname = "bubble-card"; - version = "2.2.4"; + version = "2.3.0"; dontBuild = true; @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { owner = "Clooos"; repo = "Bubble-Card"; rev = "v${version}"; - hash = "sha256-vsgu1hvtlppADvaFLeB4xQHbP3wBc6H4p5HbeS3JY80="; + hash = "sha256-CzjbTNacrfgzeV/rHoJZntjE3EdfZK/GUPg4uPfTNFg="; }; installPhase = ''