pcm: 202302 -> 202307

This commit is contained in:
R. Ryantm 2023-07-17 06:30:37 +00:00
parent 79d1725759
commit a01b86cfad

View File

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