Commit c15f5066 authored by R. RyanTM's avatar R. RyanTM
Browse files

home-assistant-custom-lovelace-modules.bubble-card: 2.3.4 -> 2.4.0

parent 4a3faa5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

stdenv.mkDerivation rec {
  pname = "bubble-card";
  version = "2.3.4";
  version = "2.4.0";

  dontBuild = true;

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
    owner = "Clooos";
    repo = "Bubble-Card";
    rev = "v${version}";
    hash = "sha256-90If8QKlxacJZoEG3+IFHPd9cuFJS5Ki9XMdTaq67IA=";
    hash = "sha256-Hn6jH7lT+bjkOM/iRCmD1B8l6ZRqjNTmVMj4IN7ixE4=";
  };

  installPhase = ''