pcm: 202405 -> 202409

This commit is contained in:
R. Ryantm 2024-09-17 13:31:02 +00:00
parent dab5a37fb7
commit 7ff0f59a9b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pcm";
version = "202405";
version = "202409";
src = fetchFromGitHub {
owner = "opcm";
repo = "pcm";
rev = version;
hash = "sha256-yEe1lWbvafc3N3+K9WMMlIXVVX+fVO8QsuKdyIqiKAg=";
hash = "sha256-eCFyk6V1wpTImDKbsSiwgnqIduh62YG8GK0jxZL04Yc=";
};
nativeBuildInputs = [ cmake ];