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

lxqt.lxqt-themes: 2.1.0 -> 2.2.0

parent 2925b3d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "lxqt-themes";
  version = "2.1.0";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-TUBcYQ7mWGVZKHNi4zQh8/ogSuMr20xIAoR+IGYQE0w=";
    hash = "sha256-oarj+byRfe9xHvtw80kifA2AspXHfigbuDwvi5xqrMQ=";
  };

  nativeBuildInputs = [