Merge pull request #248531 from Ferdi265/update-wl-mirror

wl-mirror: 0.13.1 -> 0.13.2
This commit is contained in:
Nick Cao
2023-08-15 03:01:49 -06:00
committed by GitHub
+3 -2
View File
@@ -28,16 +28,17 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-qYJmcsID5qbUs27ZCU2HkWVVnBmxWmyzSgruLPB4jI8=";
hash = "sha256-dmdRe4GZ1W2gD7ZF1MudBqfZIm9HyBjISa+xB54BLz4=";
};
strictDeps = true;
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ cmake pkg-config wayland-scanner scdoc makeWrapper ];
buildInputs = [ libGL wayland wayland-protocols wlr-protocols bash ];