Unverified Commit 10668ef2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

pcm: 202509 -> 202604 (#508614)

parents de9fcc08 93e2d702
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 ];