Unverified Commit 89e3e85e authored by rewine's avatar rewine Committed by GitHub
Browse files

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

parents ef7d8f45 86fa19ee
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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 = ''