Commit ad0446e4 authored by José Romildo's avatar José Romildo
Browse files

lxqt.lxqt-wayland-session: 0.3.0 -> 0.4.0

parent 2686162b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "lxqt-wayland-session";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = "lxqt-wayland-session";
    rev = version;
    hash = "sha256-MmiYPclMW8Y9VMZsY8wx52S3fN3RzUVrhQAGs5qSTfI=";
    hash = "sha256-QmknSFJLmAy3OxU9jv6xMAAxQXlWuUcuPNHDs8r2/ls=";
  };

  nativeBuildInputs = [