Skip to content

Commit

Permalink
home-assistant-custom-lovelace-modules.weather-card: 1.5.0 -> 2.0.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDaG committed Jan 12, 2025
1 parent 76168d1 commit e1af25d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "weather-card";
version = "1.5.0";
version = "2.0.0b0";

src = fetchFromGitHub {
owner = "bramkragten";
repo = "weather-card";
tag = "v${version}";
hash = "sha256-pod5cayaHP+4vgdBgBRMQ7szkyz9HLaKVJWQX36XdTY=";
hash = "sha256-139OhAHxulXovyywBuz552lmDqoV7aLHKKNb81dOKDo=";
};
dontBuild = true;
installPhase = ''
Expand Down

0 comments on commit e1af25d

Please sign in to comment.