Unverified Commit 9aab684b authored by K900's avatar K900 Committed by GitHub
Browse files

kdePackages.pulseaudio-qt: 1.7.0 -> 1.8.1 (#496743)

parents be4f549b f59b6fb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:
mkKdeDerivation rec {
  pname = "pulseaudio-qt";
  version = "1.7.0";
  version = "1.8.1";

  src = fetchurl {
    url = "mirror://kde/stable/pulseaudio-qt/pulseaudio-qt-${version}.tar.xz";
    hash = "sha256-ahjbdt0rzD332ak3nAJSlYFyZLqh8u2Mqqx9pE4E6TE=";
    hash = "sha256-eWGcVblICKp9MH+yNK05oQltCI8h+Aa+DniL55p2s8k=";
  };

  extraNativeBuildInputs = [ pkg-config ];