Commit 4c298cf1 authored by José Romildo's avatar José Romildo
Browse files

lxqt.lxqt-session: 2.3.0 -> 2.4.0

parent 175eb084
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation rec {
  pname = "lxqt-session";
  version = "2.3.0";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = "lxqt-session";
    rev = version;
    hash = "sha256-5VJxRho6qdPvBFr0RkYaajvVZRwhc1emzqpII+lUyOQ=";
    hash = "sha256-CV0g553V4qxq9Cj/RUbr5jxESrrzFjAwR80NKhwNgDU=";
  };

  nativeBuildInputs = [