pcm: 202107 -> 202110 (#144175)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by arkivm Sandro and committed by GitHub 2893f1ea f103ab74

+4 -2
+4 -2
pkgs/os-specific/linux/pcm/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "202107"; 5 4 pname = "pcm"; 5 + version = "202110"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "opcm"; 9 9 repo = "pcm"; 10 10 rev = version; 11 - sha256 = "sha256-2fN+jS6+BpodjjN+TV67uiNgZ0eblWjzbyU3CDp9ee0="; 11 + sha256 = "sha256-YcTsC1ceCXKALroyZtgRYpqK3ysJhgzRJ8fBiCx7CCM="; 12 12 }; 13 + 14 + enableParallelBuilding = true; 13 15 14 16 installPhase = '' 15 17 mkdir -p $out/bin