We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988feb commit 45a0ecfCopy full SHA for 45a0ecf
1 file changed
pkgs/os-specific/linux/pcm/default.nix
@@ -1,14 +1,14 @@
1
{ stdenv, fetchFromGitHub }:
2
3
stdenv.mkDerivation rec {
4
- version = "202005";
+ version = "202007";
5
pname = "pcm";
6
7
src = fetchFromGitHub {
8
owner = "opcm";
9
repo = "pcm";
10
rev = version;
11
- sha256 = "10dyjgbxb263i64p4zfvy6xjb2hp7wg2k6ygsr8ikjawllxp8m01";
+ sha256 = "1qqp51mvi52jvf6zf4g1fzv6nh9p37y0i7r2y273gwcdygbidzma";
12
};
13
14
installPhase = ''
0 commit comments