wlvncc: unstable-2024-11-23 -> 0-unstable-2025-04-21

This commit is contained in:
emaryn
2025-06-11 00:19:11 +05:30
committed by Masum Reza
parent fccff6547f
commit bfd7ceb705
+11 -7
View File
@@ -22,16 +22,18 @@
wayland,
wayland-scanner,
zlib,
nix-update-script,
}:
stdenv.mkDerivation {
pname = "wlvncc";
version = "unstable-2024-11-23";
version = "0-unstable-2025-04-21";
src = fetchFromGitHub {
owner = "any1";
repo = "wlvncc";
rev = "0489e29fba374a08be8ba4a64d492a3c74018f41";
hash = "sha256-jFP4O6zo1fYULOVX9+nuTNAy4NuBKsDKOy+WUQRUjdI=";
rev = "a6a5463a9c69ce4db04d8d699dd58e1ba8560a0a";
hash = "sha256-8p2IOQvcjOV5xe0c/RWP6aRHtQnu9tYI7QgcC13sg4k=";
};
nativeBuildInputs = [
@@ -60,12 +62,14 @@ stdenv.mkDerivation {
zlib
];
meta = with lib; {
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
meta = {
description = "Wayland Native VNC Client";
homepage = "https://github.com/any1/wlvncc";
license = licenses.gpl2Only;
maintainers = with maintainers; [ teutat3s ];
platforms = platforms.linux;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ teutat3s ];
platforms = lib.platforms.linux;
mainProgram = "wlvncc";
};
}