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
wl-mirror: 0.13.0 -> 0.13.1
Ferdinand Bachmann
2 years ago
7ca646be
d42e0cfa
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
wayland
wl-mirror
default.nix
+2
-2
pkgs/tools/wayland/wl-mirror/default.nix
···
28
28
29
29
stdenv.mkDerivation rec {
30
30
pname = "wl-mirror";
31
31
-
version = "0.13.0";
31
31
+
version = "0.13.1";
32
32
33
33
src = fetchFromGitHub {
34
34
owner = "Ferdi265";
35
35
repo = "wl-mirror";
36
36
rev = "v${version}";
37
37
-
hash = "sha256-jjOcEr/E7l3ykdLAfiDlRSI0u76byDmBwfispTbopk8=";
37
37
+
hash = "sha256-qYJmcsID5qbUs27ZCU2HkWVVnBmxWmyzSgruLPB4jI8=";
38
38
};
39
39
40
40
strictDeps = true;