forked from mirrors/nixpkgs
Merge pull request #277710 from Ferdi265/update-wl-mirror
wl-mirror: 0.14.2 -> 0.15.0
This commit is contained in:
commit
500fd5ee6c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue