pcm: 202405 -> 202409 (#342543)

This commit is contained in:
lassulus 2024-09-21 11:25:05 +02:00 committed by GitHub
commit c40b4ad40b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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