summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-07-27 10:07:47 +1000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-07-26 22:32:44 -0300
commitf6de9f42c68891d1cd70d16b19f4136c51a56e5a (patch)
tree44a2a71c9a8e5669b18848a3b95d65e713b52a46 /pkgs/tools/wayland
parent57b3afbeb1bab93dd416ee9b13561866a665e9a6 (diff)
downloadnixpkgs-f6de9f42c68891d1cd70d16b19f4136c51a56e5a.tar
nixpkgs-f6de9f42c68891d1cd70d16b19f4136c51a56e5a.tar.gz
nixpkgs-f6de9f42c68891d1cd70d16b19f4136c51a56e5a.tar.bz2
nixpkgs-f6de9f42c68891d1cd70d16b19f4136c51a56e5a.tar.lz
nixpkgs-f6de9f42c68891d1cd70d16b19f4136c51a56e5a.tar.xz
nixpkgs-f6de9f42c68891d1cd70d16b19f4136c51a56e5a.tar.zst
nixpkgs-f6de9f42c68891d1cd70d16b19f4136c51a56e5a.zip
wl-clipboard: 2.1.0 -> 2.2.0
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wl-clipboard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/wl-clipboard/default.nix b/pkgs/tools/wayland/wl-clipboard/default.nix
index 923391b7995..18bd1487085 100644
--- a/pkgs/tools/wayland/wl-clipboard/default.nix
+++ b/pkgs/tools/wayland/wl-clipboard/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wl-clipboard";
-  version = "2.1.0";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "bugaevc";
     repo = "wl-clipboard";
     rev = "v${version}";
-    sha256 = "sha256-lqtLHLsSChWcYWsfFigj0Xveo9doAr7G31fRSaxm0Lw=";
+    sha256 = "sha256-L4k2jOZ2YtkFpDs2+LAUElYl5aNSC42QxkbMNJ2ZhWQ=";
   };
 
   strictDeps = true;