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

wl-mirror: 0.14.2 -> 0.15.0
This commit is contained in:
Maximilian Bosch 2023-12-30 15:19:04 +01:00 committed by GitHub
commit 500fd5ee6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.14.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-dEkTRpeJhqUGDCqTLVsFoDXgHvfEqMYt/9DEldjqv0Y=";
hash = "sha256-XZfe3UqcnpXuCsM4xulayB4I+jnLkHuW2EEiWWTOxls=";
};
strictDeps = true;
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/Ferdi265/wl-mirror";
description = "Mirrors an output onto a Wayland surface.";
description = "A simple Wayland output mirror client";
license = licenses.gpl3;
maintainers = with maintainers; [ synthetica twitchyliquid64 ];
platforms = platforms.linux;