Commit 93e2d702 authored by R. RyanTM's avatar R. RyanTM
Browse files

pcm: 202509 -> 202604

parent 1a66bde6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pcm";
  version = "202509";
  version = "202604";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "pcm";
    rev = finalAttrs.version;
    hash = "sha256-RIpyh4JN1/ePoSLQPyB3pgx6ifBcpJK+1d9YQcGZed4=";
    hash = "sha256-TWE/5rsCCfoKDAy9i9YDRiUXVnqAX7I08Oq6QgCbzaY=";
  };

  nativeBuildInputs = [ cmake ];