Commit 175eb084 authored by José Romildo's avatar José Romildo
Browse files

lxqt.lxqt-runner: 2.3.0 -> 2.4.0

parent fa107d39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

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

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = "lxqt-runner";
    rev = version;
    hash = "sha256-h+pZiSuCdQknsyfUb9Ve1yxVyOUqNgYhIpO7kD5z3pQ=";
    hash = "sha256-L/9STKrYTZP/Ey1BCLaZFRdeipBAWdKkXIoiHvd3vq4=";
  };

  nativeBuildInputs = [