Skip to content

Commit

Permalink
lavat: 2.0.0 -> 2.1.0
Browse files Browse the repository at this point in the history
Bump lavat, this release adds party mode and more color options
  • Loading branch information
Minion3665 committed Jan 25, 2024
1 parent 2ad3fa0 commit 62d87ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/lavat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
,
}:
let
version = "2.0.0";
version = "2.1.0";
in
stdenv.mkDerivation {
pname = "lavat";
Expand All @@ -14,7 +14,7 @@ stdenv.mkDerivation {
owner = "AngelJumbo";
repo = "lavat";
rev = "v${version}";
hash = "sha256-xDjqKhwoaqCqo7tkpcEe2MBEpVTJUOpKtu7Fi9aPOPo=";
hash = "sha256-wGtuYgZS03gXYgdNdugGu/UlROQTrQ3C1inJ/aTUBKk=";
};

installPhase = ''
Expand Down

0 comments on commit 62d87ae

Please sign in to comment.