Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pipewire: 0.2.3 → 0.2.5

+3 -3
+3 -3
pkgs/development/libraries/pipewire/default.nix
··· 4 4 }: 5 5 6 6 let 7 - version = "0.2.3"; 7 + version = "0.2.5"; 8 8 9 9 fontsConf = makeFontsConf { 10 10 fontDirectories = [ freefont_ttf ]; ··· 16 16 owner = "PipeWire"; 17 17 repo = "pipewire"; 18 18 rev = version; 19 - sha256 = "1y04brfi5bv4y0hdyqzrcbayr674njf6a5hiwjfv2yi6lazkqv1k"; 19 + sha256 = "0hxm89ps6p75zm7rndrdr715p4ixx4f521fkjkyi7q2wh0b769s7"; 20 20 }; 21 21 22 22 outputs = [ "out" "lib" "dev" "doc" ]; ··· 31 31 32 32 mesonFlags = [ 33 33 "-Ddocs=true" 34 - "-Dgstreamer=true" 34 + "-Dgstreamer=enabled" 35 35 ]; 36 36 37 37 PKG_CONFIG_SYSTEMD_SYSTEMDUSERUNITDIR = "${placeholder "out"}/lib/systemd/user";