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

pcm: 202302 -> 202307
This commit is contained in:
Nick Cao 2023-07-17 02:33:25 -06:00 committed by GitHub
commit 1211e44d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];