pcm: 202403 -> 202405

This commit is contained in:
R. Ryantm 2024-05-23 14:52:48 +00:00
parent 64ea1c0661
commit 05705d857a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pcm"; pname = "pcm";
version = "202403"; version = "202405";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "opcm"; owner = "opcm";
repo = "pcm"; repo = "pcm";
rev = version; rev = version;
hash = "sha256-qefqtuxRaQEsWpXNAuGxuIT3LiH2b8xQb54B0RkzKGA="; hash = "sha256-yEe1lWbvafc3N3+K9WMMlIXVVX+fVO8QsuKdyIqiKAg=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];