Unverified Commit b1c93650 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

pcm: 202502 -> 202509 (#442422)

parents bf000e54 92965b45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "pcm";
  version = "202502";
  version = "202509";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "pcm";
    rev = version;
    hash = "sha256-U6V3LX+JlVL9MRFBP3xpYwPQ6Y7pnJ4F/7dpKG3Eyuw=";
    hash = "sha256-RIpyh4JN1/ePoSLQPyB3pgx6ifBcpJK+1d9YQcGZed4=";
  };

  nativeBuildInputs = [ cmake ];