Skip to content

Commit

Permalink
home-assistant-custom-lovelace-modules.bubble-card: 2.3.0 -> 2.3.3 (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 13, 2024
2 parents db3eb30 + ef53ba4 commit 042e91d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

stdenv.mkDerivation rec {
pname = "bubble-card";
version = "2.3.0";
version = "2.3.3";

dontBuild = true;

src = fetchFromGitHub {
owner = "Clooos";
repo = "Bubble-Card";
rev = "v${version}";
hash = "sha256-CzjbTNacrfgzeV/rHoJZntjE3EdfZK/GUPg4uPfTNFg=";
hash = "sha256-fBkiOhUwXa7Fy8Q7n2DBrTek7SQF37exQkvBREWx0Zk=";
};

installPhase = ''
Expand Down

0 comments on commit 042e91d

Please sign in to comment.