From 05705d857ae26d4dae543ef28ccd4fce8f5769bd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 23 May 2024 14:52:48 +0000 Subject: [PATCH] pcm: 202403 -> 202405 --- pkgs/os-specific/linux/pcm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/pcm/default.nix b/pkgs/os-specific/linux/pcm/default.nix index e464d113e2f7..5c111952727d 100644 --- a/pkgs/os-specific/linux/pcm/default.nix +++ b/pkgs/os-specific/linux/pcm/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pcm"; - version = "202403"; + version = "202405"; src = fetchFromGitHub { owner = "opcm"; repo = "pcm"; rev = version; - hash = "sha256-qefqtuxRaQEsWpXNAuGxuIT3LiH2b8xQb54B0RkzKGA="; + hash = "sha256-yEe1lWbvafc3N3+K9WMMlIXVVX+fVO8QsuKdyIqiKAg="; }; nativeBuildInputs = [ cmake ];