about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-19 21:23:33 +0100
committerGitHub <noreply@github.com>2024-03-19 21:23:33 +0100
commitad429fa49d5b9f86d4c8b909d5a39e012b077d44 (patch)
tree32e3453cf97b7e66ab035592a14c905aee7f276f /pkgs/os-specific
parent3952868e1391316d3220c00acc5d7e00355c736c (diff)
parent01fa83dbac0548e2e0327f42f65bd9e40f59f7e2 (diff)
Merge pull request #296668 from r-ryantm/auto-update/pcm
pcm: 202401 -> 202403
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/pcm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/pcm/default.nix b/pkgs/os-specific/linux/pcm/default.nix
index 7a86a58ffa124..e464d113e2f73 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 = "202401";
+  version = "202403";
 
   src = fetchFromGitHub {
     owner = "opcm";
     repo = "pcm";
     rev = version;
-    hash = "sha256-S4E9q4pdF9pT0ehKkeOMbJEFlTV9zB15BZA0R+cjVi8=";
+    hash = "sha256-qefqtuxRaQEsWpXNAuGxuIT3LiH2b8xQb54B0RkzKGA=";
   };
 
   nativeBuildInputs = [ cmake ];