summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-06-27 10:25:34 -0500
committerJacob Moody <moody@posixcafe.org>2023-06-27 10:33:00 -0500
commit335cab2c8105dcf047bd9fbaffd49d409618ee70 (patch)
tree366ed97bd9a791e2478589f2ba8425bc9c2d17f5
parentbf3a61f37a4cb4deb765d893b0c1b2b5f44e1fbf (diff)
downloadnixpkgs-335cab2c8105dcf047bd9fbaffd49d409618ee70.tar
nixpkgs-335cab2c8105dcf047bd9fbaffd49d409618ee70.tar.gz
nixpkgs-335cab2c8105dcf047bd9fbaffd49d409618ee70.tar.bz2
nixpkgs-335cab2c8105dcf047bd9fbaffd49d409618ee70.tar.lz
nixpkgs-335cab2c8105dcf047bd9fbaffd49d409618ee70.tar.xz
nixpkgs-335cab2c8105dcf047bd9fbaffd49d409618ee70.tar.zst
nixpkgs-335cab2c8105dcf047bd9fbaffd49d409618ee70.zip
wlr-protocols: 2021-11-01 -> 2022-09-05
-rw-r--r--pkgs/development/libraries/wlroots/protocols.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/wlroots/protocols.nix b/pkgs/development/libraries/wlroots/protocols.nix
index d2ff39d7d57..87234d208da 100644
--- a/pkgs/development/libraries/wlroots/protocols.nix
+++ b/pkgs/development/libraries/wlroots/protocols.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   pname = "wlr-protocols";
-  version = "unstable-2021-11-01";
+  version = "unstable-2022-09-05";
 
   src = fetchFromGitLab {
     domain = "gitlab.freedesktop.org";
     owner = "wlroots";
     repo = "wlr-protocols";
-    rev = "d998ee6fc64ea7e066014023653d1271b7702c09";
-    sha256 = "1vw8b10d1pwsj6f4sr3imvwsy55d3435sp068sj4hdszkxc6axsr";
+    rev = "4264185db3b7e961e7f157e1cc4fd0ab75137568";
+    sha256 = "Ztc07RLg+BZPondP/r6Jo3Fw1QY/z1QsFvdEuOqQshA=";
   };
 
   strictDeps = true;