wev: 1.0.0-unstable-2022-09-14 -> 1.1.0 (#438192)
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
libxkbcommon,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "wev";
|
||||
version = "1.0.0-unstable-2022-09-14";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~sircmpwn";
|
||||
repo = "wev";
|
||||
rev = "83de8e931ab04ce3322a58b359d8effa7901b21c";
|
||||
sha256 = "sha256-lNFgjRXO/ZbcXJF06DykPoJJ6/a8ZfVA6g95i+rNdWs=";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-0ZA44dMDuVYfplfutOfI2EdPNakE9KnOuRfk+CEDCRk=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -39,16 +39,16 @@ stdenv.mkDerivation {
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://git.sr.ht/~sircmpwn/wev";
|
||||
description = "Wayland event viewer";
|
||||
longDescription = ''
|
||||
This is a tool for debugging events on a Wayland window, analogous to the
|
||||
X11 tool xev.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ rewine ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "wev";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user