Skip to content

Commit

Permalink
Upgrade lovelace-card-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Nov 3, 2023
1 parent 9064a2e commit 56143b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/hs/lovelace-module/card-mod.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "hs-lovelace-module-card-mod";
version = "3.2.3";
version = "3.2.4";

src = fetchFromGitHub {
owner = "thomasloven";
repo = "lovelace-card-mod";
rev = version;
hash = "sha256-XTiCwXlUxCYTjCOqRE2Z/fqtbMXvuSTDBBxVC8Z9VrQ=";
hash = "sha256-JU8IZiQFWUDuUOUENLv8ffQQn6Z07PxA+674ogGNrac=";
};

installPhase = ''
Expand Down

0 comments on commit 56143b8

Please sign in to comment.