lxqt.pavucontrol-qt: 2.2.0 -> 2.3.0

Diff: https://github.com/lxqt/pavucontrol-qt/compare/2.2.0...2.3.0
This commit is contained in:
José Romildo
2025-11-05 18:15:24 -03:00
parent 44b7c55d5c
commit 35acc7b8d3

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "pavucontrol-qt";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "pavucontrol-qt";
rev = version;
hash = "sha256-D8x3CqzttlNqQgy6k4hfjJkD/MjAG4eeCn68TQA8NSM=";
hash = "sha256-6t7nbuC/13S+Q9mINP1WuyaDqZUKp4s9LObcbSRuJ1c=";
};
nativeBuildInputs = [