Unverified Commit 44180b34 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

parents 08a51522 9d6acc08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;