wayland-utils: 1.2.0 -> 1.3.0 (#464711)

This commit is contained in:
rewine
2025-11-25 01:41:57 +00:00
committed by GitHub
+7 -2
View File
@@ -9,15 +9,16 @@
libdrm,
wayland,
wayland-protocols,
gitUpdater,
}:
stdenv.mkDerivation rec {
pname = "wayland-utils";
version = "1.2.0";
version = "1.3.0";
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${version}/downloads/wayland-utils-${version}.tar.xz";
sha256 = "sha256-2SeMIlVFhogYAlQHUbzEJWkmK/gM2aybD9Ev9L0JqeQ=";
hash = "sha256-o50OZWF8auGG12jCI/VwYKOkNfb58C0DB0+UUxO/zw0=";
};
strictDeps = true;
@@ -34,6 +35,10 @@ stdenv.mkDerivation rec {
wayland-protocols
];
passthru.updateScript = gitUpdater {
url = "https://gitlab.freedesktop.org/wayland/wayland-utils.git";
};
meta = with lib; {
description = "Wayland utilities (wayland-info)";
longDescription = ''