Skip to content

Commit 45a0ecf

Browse files
committed
pcm: 202005 -> 202007
1 parent 2988feb commit 45a0ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/os-specific/linux/pcm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ stdenv, fetchFromGitHub }:
22

33
stdenv.mkDerivation rec {
4-
version = "202005";
4+
version = "202007";
55
pname = "pcm";
66

77
src = fetchFromGitHub {
88
owner = "opcm";
99
repo = "pcm";
1010
rev = version;
11-
sha256 = "10dyjgbxb263i64p4zfvy6xjb2hp7wg2k6ygsr8ikjawllxp8m01";
11+
sha256 = "1qqp51mvi52jvf6zf4g1fzv6nh9p37y0i7r2y273gwcdygbidzma";
1212
};
1313

1414
installPhase = ''

0 commit comments

Comments
 (0)