Unverified Commit 830fdc98 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

lxqt.lxqt-config: 2.1.0 -> 2.1.1 (#380307)

parents 31734630 064c9430
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation rec {
  pname = "lxqt-config";
  version = "2.1.0";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-zAJD1p0iJUEN+pOW1nyVKrCBfew/uqVNqw9aCFq+JY4=";
    hash = "sha256-Vzf+Olaxl6tn3ETEQseFIPstjo+pfdzZUgyVFqk6p3c=";
  };

  nativeBuildInputs = [