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

lxqt.lxqt-policykit: 2.3.0 -> 2.4.0

parent 00d44031
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

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

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = "lxqt-policykit";
    rev = version;
    hash = "sha256-Hk8ig9x1UIKpugbJ2x16DsbCmRT0I1AnX/Y5lvP5u4Q=";
    hash = "sha256-cMYBR0Uwc6v+s+F+uYbClbGh8BgovtxShgB62LX/WgU=";
  };

  nativeBuildInputs = [