tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pcm: 202401 -> 202403
R. Ryantm
2 years ago
01fa83db
0bd32bf9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
pcm
default.nix
+2
-2
pkgs/os-specific/linux/pcm/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "pcm";
5
5
-
version = "202401";
5
5
+
version = "202403";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "opcm";
9
9
repo = "pcm";
10
10
rev = version;
11
11
-
hash = "sha256-S4E9q4pdF9pT0ehKkeOMbJEFlTV9zB15BZA0R+cjVi8=";
11
11
+
hash = "sha256-qefqtuxRaQEsWpXNAuGxuIT3LiH2b8xQb54B0RkzKGA=";
12
12
};
13
13
14
14
nativeBuildInputs = [ cmake ];