about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-05-15 14:35:47 +0800
committerBobby Rong <rjl931189261@126.com>2023-05-15 14:35:47 +0800
commit47d41eda7cebd6679ad17de1be97747bfb53fc3f (patch)
tree5e6eb491853666a399e16455cd904c9b6d122a0e /pkgs/desktops/xfce/panel-plugins
parent83df8d51b6911eb97a7f96c989e337ff2e3d32c9 (diff)
xfce.xfce4-i3-workspaces-plugin: 1.4.0 -> 1.4.1
https://github.com/denesb/xfce4-i3-workspaces-plugin/compare/1.4.0...1.4.1
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix
index a65444f22786f..9ceeddf267d39 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xfce4-i3-workspaces-plugin";
-  version = "1.4.0";
+  version = "1.4.1";
 
   src = fetchFromGitHub {
     owner = "denesb";
     repo = "xfce4-i3-workspaces-plugin";
     rev = version;
-    sha256 = "sha256-+tjxMr0UbE3BLdxBwNr2mZqKSQOOtw69FmN4rk4loyA=";
+    sha256 = "sha256-Ss3uUmNvBqiu7hUaSy98+YYrWs64LFGbV4DMAV+xkvA=";
   };
 
   nativeBuildInputs = [