pcm: 202311 -> 202401

This commit is contained in:
R. Ryantm 2024-01-26 12:24:58 +00:00 committed by Yaya
parent 489654493f
commit 3f5f020da5

View File

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