lavat: 2.0.0 -> 2.1.0

Bump lavat, this release adds party mode and more color options
This commit is contained in:
Skyler Grey 2024-01-25 10:51:51 +00:00
parent 2ad3fa0f1b
commit 62d87aec40
No known key found for this signature in database
GPG Key ID: 7C868112B5390C5C

View File

@ -4,7 +4,7 @@
,
}:
let
version = "2.0.0";
version = "2.1.0";
in
stdenv.mkDerivation {
pname = "lavat";
@ -14,7 +14,7 @@ stdenv.mkDerivation {
owner = "AngelJumbo";
repo = "lavat";
rev = "v${version}";
hash = "sha256-xDjqKhwoaqCqo7tkpcEe2MBEpVTJUOpKtu7Fi9aPOPo=";
hash = "sha256-wGtuYgZS03gXYgdNdugGu/UlROQTrQ3C1inJ/aTUBKk=";
};
installPhase = ''