Unverified Commit 62d87aec authored by Skyler Grey's avatar Skyler Grey
Browse files

lavat: 2.0.0 -> 2.1.0

Bump lavat, this release adds party mode and more color options
parent 2ad3fa0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''