tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
wlr-protocols: 2021-11-01 -> 2022-09-05
Jacob Moody
2 years ago
335cab2c
bf3a61f3
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
wlroots
protocols.nix
+3
-3
pkgs/development/libraries/wlroots/protocols.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "wlr-protocols";
5
-
version = "unstable-2021-11-01";
6
7
src = fetchFromGitLab {
8
domain = "gitlab.freedesktop.org";
9
owner = "wlroots";
10
repo = "wlr-protocols";
11
-
rev = "d998ee6fc64ea7e066014023653d1271b7702c09";
12
-
sha256 = "1vw8b10d1pwsj6f4sr3imvwsy55d3435sp068sj4hdszkxc6axsr";
13
};
14
15
strictDeps = true;
···
2
3
stdenv.mkDerivation rec {
4
pname = "wlr-protocols";
5
+
version = "unstable-2022-09-05";
6
7
src = fetchFromGitLab {
8
domain = "gitlab.freedesktop.org";
9
owner = "wlroots";
10
repo = "wlr-protocols";
11
+
rev = "4264185db3b7e961e7f157e1cc4fd0ab75137568";
12
+
sha256 = "Ztc07RLg+BZPondP/r6Jo3Fw1QY/z1QsFvdEuOqQshA=";
13
};
14
15
strictDeps = true;