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

pcm: 202307 -> 202311
This commit is contained in:
OTABI Tomoya 2023-12-19 15:50:23 +09:00 committed by GitHub
commit 5f83e7eec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pcm"; pname = "pcm";
version = "202307"; version = "202311";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "opcm"; owner = "opcm";
repo = "pcm"; repo = "pcm";
rev = version; rev = version;
hash = "sha256-GeLiJT5AwsMWw0ErdwD6C1jtUZjUxGw5GRSvenu3W18="; hash = "sha256-lWE7Gz/+LLMr3UyqfwBWEwpSvtdjMgdxVqc9hrZAYfk=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];