lol

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

authored by

R. RyanTM and committed by
GitHub
32cbecb2 7df32823

+2 -2
+2 -2
pkgs/servers/home-assistant/custom-lovelace-modules/bubble-card/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "bubble-card"; 9 - version = "2.2.4"; 9 + version = "2.3.0"; 10 10 11 11 dontBuild = true; 12 12 ··· 14 14 owner = "Clooos"; 15 15 repo = "Bubble-Card"; 16 16 rev = "v${version}"; 17 - hash = "sha256-vsgu1hvtlppADvaFLeB4xQHbP3wBc6H4p5HbeS3JY80="; 17 + hash = "sha256-CzjbTNacrfgzeV/rHoJZntjE3EdfZK/GUPg4uPfTNFg="; 18 18 }; 19 19 20 20 installPhase = ''