Merge pull request #275001 from r-ryantm/auto-update/pcm

pcm: 202307 -> 202311

authored by OTABI Tomoya and committed by GitHub 5f83e7ee 9e6fdbff

+2 -2
+2 -2
pkgs/os-specific/linux/pcm/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pcm"; 5 - version = "202307"; 6 7 src = fetchFromGitHub { 8 owner = "opcm"; 9 repo = "pcm"; 10 rev = version; 11 - hash = "sha256-GeLiJT5AwsMWw0ErdwD6C1jtUZjUxGw5GRSvenu3W18="; 12 }; 13 14 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pcm"; 5 + version = "202311"; 6 7 src = fetchFromGitHub { 8 owner = "opcm"; 9 repo = "pcm"; 10 rev = version; 11 + hash = "sha256-lWE7Gz/+LLMr3UyqfwBWEwpSvtdjMgdxVqc9hrZAYfk="; 12 }; 13 14 nativeBuildInputs = [ cmake ];