xfce.xfce4-pulseaudio-plugin: 0.5.0 -> 0.5.1 (#401760)

This commit is contained in:
Bobby Rong 2025-04-26 20:39:59 +08:00 committed by GitHub
commit 44180b344d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,14 +22,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xfce4-pulseaudio-plugin";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitLab {
domain = "gitlab.xfce.org";
owner = "panel-plugins";
repo = "xfce4-pulseaudio-plugin";
tag = "xfce4-pulseaudio-plugin-${finalAttrs.version}";
hash = "sha256-FIEV99AV5UiGLTXi9rU4DKK//SolkrOQfpENXQcy64E=";
hash = "sha256-068+lp1X2W201zWN15dklsfEy4Hdy3aOEqC/ic5fMNs=";
};
strictDeps = true;