summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pcm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-26 01:35:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-26 01:35:04 +0000
commit30e1b25efef9f2b9b0ec0fc6053915929189c241 (patch)
tree64c64e09d3d6a50867fb40007d7bce5c07c7e3be /pkgs/os-specific/linux/pcm
parent82d225e0d4cb2aba05f2f8e9ccd29772d72ececa (diff)
downloadnixpkgs-30e1b25efef9f2b9b0ec0fc6053915929189c241.tar
nixpkgs-30e1b25efef9f2b9b0ec0fc6053915929189c241.tar.gz
nixpkgs-30e1b25efef9f2b9b0ec0fc6053915929189c241.tar.bz2
nixpkgs-30e1b25efef9f2b9b0ec0fc6053915929189c241.tar.lz
nixpkgs-30e1b25efef9f2b9b0ec0fc6053915929189c241.tar.xz
nixpkgs-30e1b25efef9f2b9b0ec0fc6053915929189c241.tar.zst
nixpkgs-30e1b25efef9f2b9b0ec0fc6053915929189c241.zip
pcm: 202211 -> 202302
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 d63cefe7943..d9b93eafdb0 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 = "202211";
+  version = "202302";
 
   src = fetchFromGitHub {
     owner = "opcm";
     repo = "pcm";
     rev = version;
-    hash = "sha256-/OSBzJ81xqw5LfS61DS7M33oDmfxDEzcU0NTVVbwWyI=";
+    hash = "sha256-69wdA6/bRN5gYl02GgA8mXnXxVZlHIGkhtC8vFKZVcA=";
   };
 
   nativeBuildInputs = [ cmake ];