Skip to content

Commit

Permalink
Ugrade battery-state-card
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Nov 1, 2023
1 parent 8c7ae50 commit 5e8a995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/hs/lovelace-module/battery-state-card.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "hs-lovelace-module-battery-state-card";
version = "2.1.1";
version = "3.0.0";

src = let
owner = "maxwroc";
repo = "battery-state-card";
hash = "sha256-y/9MHyvyaXwnhPHc9hW21pznpu4oA43drSVv644+tqg=";
hash = "sha256-5QIVcCio0CUIap3MDsJ22ww9QBAbkKXLhan4ICMypNQ=";
in fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/battery-state-card.js";
inherit hash;
Expand Down

0 comments on commit 5e8a995

Please sign in to comment.