tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wlrctl: 0.2.1 -> 0.2.2
R. Ryantm
2 years ago
32376ec1
493c6d85
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
wayland
wlrctl
default.nix
+2
-2
pkgs/tools/wayland/wlrctl/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "wlrctl";
5
5
-
version = "0.2.1";
5
5
+
version = "0.2.2";
6
6
7
7
src = fetchFromSourcehut {
8
8
owner = "~brocellous";
9
9
repo = "wlrctl";
10
10
rev = "v${version}";
11
11
-
sha256 = "039cxc82k7x473n6d65jray90rj35qmfdmr390zy0c7ic7vn4b78";
11
11
+
sha256 = "sha256-5mDcCSHbZMbfXbksAO4YhELznKpanse7jtbtfr09HL0=";
12
12
};
13
13
14
14
strictDeps = true;