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

lxqt.qtxdg-tools: 4.1.0 -> 4.2.0

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

stdenv.mkDerivation rec {
  pname = "qtxdg-tools";
  version = "4.1.0";
  version = "4.2.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-I8HV7QwyyRssWB6AjC1GswjlXoYwPJHowE74zgqghX4=";
    hash = "sha256-hVX1UfPWa1KHMhjazSopAc1/Kk3tnUQzwtG4P7K32eE=";
  };

  nativeBuildInputs = [