about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wayland-utils
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 16:06:28 +0000
committerMatthieu Coudron <teto@users.noreply.github.com>2023-06-10 12:25:13 +0200
commit34a8e66ca0f97547953149c20490cc3422591d04 (patch)
treec24c479c540c26cc433cccbd049347136a9294e2 /pkgs/tools/wayland/wayland-utils
parenta6e691bacb5abe8054681ed1c53a189c6b218e6b (diff)
wayland-utils: 1.1.0 -> 1.2.0
Diffstat (limited to 'pkgs/tools/wayland/wayland-utils')
-rw-r--r--pkgs/tools/wayland/wayland-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/wayland-utils/default.nix b/pkgs/tools/wayland/wayland-utils/default.nix
index b3863d732cc3a..7b327b6e6b898 100644
--- a/pkgs/tools/wayland/wayland-utils/default.nix
+++ b/pkgs/tools/wayland/wayland-utils/default.nix
@@ -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;