Commit 6b420ccd authored by José Romildo's avatar José Romildo
Browse files

lxqt.pavucontrol-qt: 2.3.0 -> 2.4.0

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

stdenv.mkDerivation rec {
  pname = "pavucontrol-qt";
  version = "2.3.0";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = "pavucontrol-qt";
    rev = version;
    hash = "sha256-6t7nbuC/13S+Q9mINP1WuyaDqZUKp4s9LObcbSRuJ1c=";
    hash = "sha256-Ja+9Tb88SxdvsJPiQadeziCgFtOnInTBSHcisNjrSpA=";
  };

  nativeBuildInputs = [