Skip to content

Commit 3c8e72b

Browse files
authored
home-assistant-custom-lovelace-modules.bubble-card: 2.3.4 -> 2.4.0 (#377674)
2 parents 90f52a4 + c15f506 commit 3c8e72b

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-lovelace-modules/bubble-card

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-lovelace-modules/bubble-card/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
stdenv.mkDerivation rec {
88
pname = "bubble-card";
9-
version = "2.3.4";
9+
version = "2.4.0";
1010

1111
dontBuild = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "Clooos";
1515
repo = "Bubble-Card";
1616
rev = "v${version}";
17-
hash = "sha256-90If8QKlxacJZoEG3+IFHPd9cuFJS5Ki9XMdTaq67IA=";
17+
hash = "sha256-Hn6jH7lT+bjkOM/iRCmD1B8l6ZRqjNTmVMj4IN7ixE4=";
1818
};
1919

2020
installPhase = ''

0 commit comments

Comments
 (0)