Unverified Commit 995edc97 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

pcm: 202211 -> 202302
parents 7ae560ea 30e1b25e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];