pcm: 202211 -> 202302

This commit is contained in:
R. Ryantm 2023-02-26 01:35:04 +00:00
parent 82d225e0d4
commit 30e1b25efe

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pcm";
version = "202211";
version = "202302";
src = fetchFromGitHub {
owner = "opcm";
repo = "pcm";
rev = version;
hash = "sha256-/OSBzJ81xqw5LfS61DS7M33oDmfxDEzcU0NTVVbwWyI=";
hash = "sha256-69wdA6/bRN5gYl02GgA8mXnXxVZlHIGkhtC8vFKZVcA=";
};
nativeBuildInputs = [ cmake ];