Merge pull request #111806 from r-ryantm/auto-update/pcm

pcm: 202011 -> 202101
This commit is contained in:
Ryan Mulligan 2021-02-04 05:28:40 -08:00 committed by GitHub
commit a130a0a0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "202011"; version = "202101";
pname = "pcm"; pname = "pcm";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "opcm"; owner = "opcm";
repo = "pcm"; repo = "pcm";
rev = version; rev = version;
sha256 = "09p8drp9xvvs5bahgnr9xx6987fryz27xs2zaf1mr7a9wsh5j912"; sha256 = "sha256-xiC9XDuFcAzD2lVuzBWUvHy1Z1shEXM2KPFabKvgh1Y=";
}; };
installPhase = '' installPhase = ''