about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pcm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-26 12:24:58 +0000
committerYaya <github@uwu.is>2024-01-26 16:41:12 +0100
commit3f5f020da58150abec90208d04defa8ed9d9d4cb (patch)
tree4f2519581b8cc707c1d2bf6bed3918db63602e6f /pkgs/os-specific/linux/pcm
parent489654493fd8c4310fb14ebd06a134f767624223 (diff)
pcm: 202311 -> 202401
Diffstat (limited to 'pkgs/os-specific/linux/pcm')
-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 15f54fb360a47..7a86a58ffa124 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 = "202311";
+  version = "202401";
 
   src = fetchFromGitHub {
     owner = "opcm";
     repo = "pcm";
     rev = version;
-    hash = "sha256-lWE7Gz/+LLMr3UyqfwBWEwpSvtdjMgdxVqc9hrZAYfk=";
+    hash = "sha256-S4E9q4pdF9pT0ehKkeOMbJEFlTV9zB15BZA0R+cjVi8=";
   };
 
   nativeBuildInputs = [ cmake ];