about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-01 10:35:28 +0100
committerGitHub <noreply@github.com>2020-12-01 10:35:28 +0100
commit4b90a7a2facd0c364993d369d0a4099d88014720 (patch)
tree81c0466b1d4b9525f19d72e1cf4f221480175b6b
parent5f1568c0e304663d2b2018ea5e24c6c14027e9fe (diff)
parent3b2696971757b62574a5a0d4afeb9ee35ff08713 (diff)
Merge pull request #105544 from r-ryantm/auto-update/pcm
pcm: 202010 -> 202011
-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 74042cf7023c1..66f5dcf338a3a 100644
--- a/pkgs/os-specific/linux/pcm/default.nix
+++ b/pkgs/os-specific/linux/pcm/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub }:
 
 stdenv.mkDerivation rec {
-  version = "202010";
+  version = "202011";
   pname = "pcm";
 
   src = fetchFromGitHub {
     owner = "opcm";
     repo = "pcm";
     rev = version;
-    sha256 = "00i7bp7hqwnphh7qyjydvz5s14ydj8rwivz995bdnd37582dyij9";
+    sha256 = "09p8drp9xvvs5bahgnr9xx6987fryz27xs2zaf1mr7a9wsh5j912";
   };
 
   installPhase = ''