pcm: 202509 -> 202604

This commit is contained in:
R. Ryantm
2026-04-10 13:19:53 +00:00
parent 1a66bde6d7
commit 93e2d702a3
+2 -2
View File
@@ -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 ];