wayland-utils: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2023-06-09 16:06:28 +00:00 committed by Matthieu Coudron
parent a6e691bacb
commit 34a8e66ca0

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "wayland-utils";
version = "1.1.0";
version = "1.2.0";
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${version}/downloads/wayland-utils-${version}.tar.xz";
sha256 = "sha256-nmhYYwJbT+reNtU7vI4xtD4mSYvnQ96oTHqEkSlZQQo=";
sha256 = "sha256-2SeMIlVFhogYAlQHUbzEJWkmK/gM2aybD9Ev9L0JqeQ=";
};
strictDeps = true;