Merge pull request #310304 from K900/pipewire-1.0.6

pipewire: 1.0.5 -> 1.0.6

authored by K900 and committed by GitHub 01839472 104f6678

+2 -2
+2 -2
pkgs/development/libraries/pipewire/default.nix
··· 76 76 77 77 stdenv.mkDerivation(finalAttrs: { 78 78 pname = "pipewire"; 79 - version = "1.0.5"; 79 + version = "1.0.6"; 80 80 81 81 outputs = [ 82 82 "out" ··· 92 92 owner = "pipewire"; 93 93 repo = "pipewire"; 94 94 rev = finalAttrs.version; 95 - sha256 = "sha256-lgrwN83eywMKdsm0ig9QATDt3U5RboJ4kyILE+ts9Ts="; 95 + sha256 = "sha256-JrKSsYCMNRHHh92Sn/03Bq2gPaXNYTqmwaLXkE0axdA="; 96 96 }; 97 97 98 98 patches = [